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

前端 未结 20 806
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 04:48

    you can check your version of react-native if React Native 0.59 and lower you can

     react-native link react-native-gesture-handler
    

    and check your @react-navigation version in

    https://reactnavigation.org/versions

提交回复
热议问题