undefined is not an object (evaluating 'RNGestureHandlerModule.State'

前端 未结 20 801
Happy的楠姐
Happy的楠姐 2020-12-01 04:43

I have installed react-navigation in my React Native project. Its a starter project doesn\'t have any codes. But while running project I am facing

20条回答
  •  一向
    一向 (楼主)
    2020-12-01 05:12

    This worked well for me as well.
    1) npm install react-navigation
    2) npm install react-native-gesture-handler
    3) npm intstall
    4) react-native link

    uninstall the app

    5) react-native run-android

提交回复
热议问题