I am trying to create a swipeable component using react-native-gesture-handler/Swipeable.
The example app works fine when run on the device. But when i try to use the exact same code on my app, no swipe action works. The component do not even swipe.
I even copied the entire swipeable folder inside the example and added it as a separate screen on my app, still nothing worked
Do I need to add any extra configuration using Swipeable component?
I use react-native 0.57.8 with react-navigation 3.0.9.
Even the RectButton does not respond to click. Non of the action or gesture work.
The issue is fixed. I did not follow the setup process properly. Did not add the RNGestureHandlerEnabledRootView in the MainActivity.
Now everything works fine
Most helpful comment
The issue is fixed. I did not follow the setup process properly. Did not add the RNGestureHandlerEnabledRootView in the MainActivity.
Now everything works fine