小编b.a*_*ian的帖子

无法从 /projectFolder 找到模块“react-native-reanimated/plugin”

我想使用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

5
推荐指数
1
解决办法
1万
查看次数