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

前端 未结 20 779
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:45

    1. remove node_modules and package-lock.json
    2. npm install
    3. npm install --save react-navigation
    4. npm install --save react-native-gesture-handler
    5. react-native link

提交回复
热议问题