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

前端 未结 20 770
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:50

    see your native react version, if version 0.60 then you must migrate to androidX using a jetifier, follow the steps in this link https://github.com/mikehardy/jetifier

    successful for me :)

提交回复
热议问题