2

When keyboard is appear, navigation back using gesture not work in react navigation with CardStyleInterpolators.forModalPresentationIOS. When I hide keyboard it works.

This happening in android and I can not confirm it for iOS.

Here is what's happening:

RN

 "@react-navigation/native": "^5.7.0",
 "@react-navigation/stack": "^5.7.0",
BeHappy
  • 3,705
  • 5
  • 18
  • 59
  • 1
    Did you import `import { gestureHandlerRootHOC } from 'react-native-gesture-handler';` and wrap your app by `gestureHandlerRootHOC` like this `AppRegistry.registerComponent(appName, () => gestureHandlerRootHOC(App));` ? – Shahnawaz Hossan Jul 11 '20 at 19:20
  • @ShahnawazHossan Yes, as You can see when keyboard hide, it works. – BeHappy Jul 11 '20 at 19:28

0 Answers0