react-native-gesture-handler 出现这么多警告

react-native-gesture-handler occurs so many warnings

我在 React Native Expo 应用程序中安装了 react-native-gesture-handler。 当我启动应用程序时,会出现许多警告。

我尝试卸载 react-native-gesture-handler 软件包并使用 expo installyarn addnpm install 安装它。但它并没有解决这个问题。 如果有人知道解决方案,请告诉我。

我在使用 yarnnpm.

安装 react-native-gesture-handler 软件包后,通过在 App.js 中添加 import 'react-native-gesture-handler'; 解决了这个问题