Skip to main content

All Questions

0 votes
1 answer
566 views

Drawer navigation not displaying in react-navigation

I am using react-navigation 3 versions with react native 0.59 version. I am using switch navigation for the login code. Once I got login it's redirecting to the home screen and other navigation from ...
Nive Thaker's user avatar
4 votes
0 answers
780 views

react-navigation is working on iOS simulator but facing navigation problem on iOS real device

react - navigation is working for both iOS and android emulator and android real device but not working for iOS real device I am using stack navigator, inside stack navigator using drawer navigator ...
Killerrr_anku's user avatar
8 votes
3 answers
8k views

Unsupported top level event type "onGestureHandlerStateChange dispatched in iphone X

I am facing an issue in react-navigation-drawer. "react-native-gesture-handler": "^1.0.16", "react-navigation": "^3.3.2" This two version is installed. A drawer is working properly in Android and ...
Shashin Bhayani's user avatar