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

前端 未结 20 800
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条回答
  •  萌比男神i
    2020-12-01 04:53

    I get the same error on ios from RN v0.60

    The following worked for me:

    cd ios
    pod install
    

提交回复
热议问题