tradebulls

Results 34 comments of tradebulls

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

We are facing same issue. Any help?

@andreialecu It does not fix for me with #565 . However my issue was resolved with the solution given by @elmcapp . Can we consider it as a fix?

+1 Getting Same issue with Xcode + iOS 16 and React Native 69

@ShubhamJain0 Facing same issue. How did you removed the navigation in the bottom tab?

Even we are facing the same issues in our project. We are currently using "react-native-gesture-handler": "2.4.1" and it requires a piece of code to be commented in MainActivity. When removed,...

Agreed its a warning, however as per RNGesture Handler Version 2, they have deprecated RNGestureHandlerEnabledRootView. Source Link - https://docs.swmansion.com/react-native-gesture-handler/docs/guides/migrating-off-rnghenabledroot/ Also, if you remove the piece of code from MainActivity, the...