Kureev / react-native-navbar

Navbar component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tried to register two views with the same name GestureHandlerRootView

hackthemachin3 opened this issue · comments

As you can see in the screenshot, I get the issue after i install react-navigation and react-gesture-handler
screenshot_20190130-014721

I have the same error and I don't find the answer. Furthermore it is the same context, i follow a tuto and after install react-navigation and react-gesture-handler, and try to use a stack navigator, i have this screen on my emulator. Does someone knows why ?
Thanks

Yes I had the same problem it's because you have two version of react native gesture handler u have to delete the one in the folder of your app: node_module/expo/node_modules/react-native-gesture-handler

Honestly, THANK YOU, 5 hours that i'm were blocked.
Have a good day !

Had exactly the same problem, @hackthemachin3's fix did the job.

Same for me, thanks!