We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently, the package has dev dependency on
"@react-navigation/bottom-tabs": "^6.0.9", "@react-navigation/core": "^6.1.0", "@react-navigation/drawer": "^6.1.8", "@react-navigation/native-stack": "^6.2.4", "@react-navigation/stack": "^6.0.11",
so if installed in an app that only has eg. @react-navigation/stack, browsing its code will give TS errors. Type safety seems to be unaffected though
@react-navigation/stack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently, the package has dev dependency on
so if installed in an app that only has eg.
@react-navigation/stack
, browsing its code will give TS errors. Type safety seems to be unaffected thoughThe text was updated successfully, but these errors were encountered: