我在React本地世博会应用程序中安装了react-native-gesture-handler。当我启动app时,它会出现许多警告。

我尝试卸载react-native-gesture-handler包并使用expo install、yarn add和npm install安装它。但这并不能解决这个问题。如果有人知道的话请告诉我解决办法。
发布于 2022-01-07 15:54:57
在使用import 'react-native-gesture-handler';或npm安装了react-native-gesture-handler包之后,我在App.js中添加了yarn来解决这个问题。
https://stackoverflow.com/questions/70616744
复制相似问题