You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into this bug, Tried to register two views with the same name GestureHandlerRootView. Run crazy about it because nothing seemed to get rid of it.
Until i found in some forums that maybe there was two instances of 'react-native-gesture-handler'.
I ran find . -name react-native-gesture-handler, and i saw this.
Since i'm using react-native-gesture-handler already it crashes with the one that you have. I deleted it and everything was back to normal, perhaps there's a more elegant solution ?
OS: iOS & Android
Release: Last one
The text was updated successfully, but these errors were encountered:
The error comes when you have two different versions of react-native-gesture-handler and one of them is already installed, clearing the node_modules folder fixes this, I will see if we can not add it to the dependancies
I run into this bug, Tried to register two views with the same name GestureHandlerRootView. Run crazy about it because nothing seemed to get rid of it.
Until i found in some forums that maybe there was two instances of 'react-native-gesture-handler'.
I ran find . -name react-native-gesture-handler, and i saw this.
Since i'm using react-native-gesture-handler already it crashes with the one that you have. I deleted it and everything was back to normal, perhaps there's a more elegant solution ?
OS: iOS & Android
Release: Last one
The text was updated successfully, but these errors were encountered: