-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
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
Expects @react-navigation/native
to be installed even when using standalone component
#106
Comments
After adding
|
Same here! Looks like More specifically, this release: https://github.com/wcandillon/react-native-redash/releases/tag/v16.0.9 ( To force an updated resolution, I added the following in my "resolutions": {
"react-native-redash": "=16.0.11"
} It forces the versions of recursive dependencies. You can run |
I am now stuck on the following error:
I guess it is a compatibility problem with the latest EDIT: Got it working by reverting back to |
any updates on this? is this working only with specific versions of the dependencies? |
Bug
Library expects
@react-navigation/native
to be installed even when using standalone componentEnvironment info
Steps To Reproduce
react-native-reanimated
,react-native-gesture-handler
andreact-native-svg
)Describe what you expected to happen:
react-navigation
and not show an errorReproducible sample code
The text was updated successfully, but these errors were encountered: