在安装了npm install --save react-navigation后跑项目然后就红屏了。

unable to resolve module react-native-gesture-handler from

解决方法

安装触摸方式(需要执行以下方法)

npm install --save react-native-gesture-handler
react-native link react-native-gesture-handler

就可以了

 

相关文章:

  • 2021-11-13
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
猜你喜欢
  • 2021-08-19
  • 2021-04-06
  • 2021-04-22
  • 2021-04-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案