我想使用react-native-router-flux
,所以我添加了它的依赖项,如其文档中所述。react-native-reanimated
我还为in添加了 babel 插件依赖项,babel.config.js
如下所示:
module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'],};
但是现在我在地铁服务器中遇到了这个错误:
错误:index.js:无法从“/home/nia/Downloads/YarAb”找到模块“react-native-reanimated/plugin”
我的本机版本是 0.63.2