我想使用react-native-router-flux,所以我按照其文档中的描述添加了它的依赖项。我还添加了 babel 插件依赖项,如下react-native-reanimated所示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
javascript babeljs react-native react-native-router-flux react-native-reanimated