-
Notifications
You must be signed in to change notification settings - Fork 112
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
I get a error of Invariant Violation: Tried to register two views with the same name GestureHandlerRootView #83
Comments
maybe related to this |
Facing the same error. Using Using Expo 45 with |
I might've managed to resolve this issue, although it wasn't a perfect solution. My package.json required I noticed in my
What I changed to fix the issue: I had to change my dependency defined in
I consider this a temporary solution and ideally the underlying dependency should be updated here: https://github.com/rainbow-me/react-native-animated-charts/blob/master/package.json#L20 |
Delete following package -- @rainbow-me/node-modules/react-native-gesture-handler. Rebuild the project and the issue is solved. Let me know if this helps |
@tradebulls it might only work for manual builds. If you’re EAS (Expo Application Services) or any other kind of automated builds, that will fail |
Use npm dedupe at node_modules and this It worked for me, thank God! Thanks bro. |
Did you find any possible fix for this??? |
I get a error of Invariant Violation: Tried to register two views with the same name GestureHandlerRootView when i use react-native-animated-charts if i uninstall it everything work fine but whenever i import { ChartDot, ChartPath, ChartPathProvider } from '@rainbow-me/animated-charts'; to use it i get the error
The text was updated successfully, but these errors were encountered: