最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Cannot find module 'react-native-reanimatedplugin' from projectFolder - Stack Overflow

programmeradmin1浏览0评论

I wanted to use react-native-router-flux so i added its dependencies as described in its documents. I also added babel plugin dependency for react-native-reanimated in babel.config.js as below:

module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'],};

But now im getting this error in metro server:

error: index.js: Cannot find module 'react-native-reanimated/plugin' from '/home/nia/Downloads/YarAb'

my react-native version is 0.63.2

I wanted to use react-native-router-flux so i added its dependencies as described in its documents. I also added babel plugin dependency for react-native-reanimated in babel.config.js as below:

module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'],};

But now im getting this error in metro server:

error: index.js: Cannot find module 'react-native-reanimated/plugin' from '/home/nia/Downloads/YarAb'

my react-native version is 0.63.2

Share Improve this question edited Sep 3, 2020 at 2:54 b.andarzian asked Sep 3, 2020 at 2:35 b.andarzianb.andarzian 531 gold badge1 silver badge7 bronze badges 3
  • please include your source code. – U.A Commented Sep 3, 2020 at 4:07
  • 1 which source code? babel.cofig.js? – b.andarzian Commented Sep 3, 2020 at 23:13
  • 1 do you get this error when you import react-native-reanimated/plugin ? – U.A Commented Sep 4, 2020 at 2:12
Add a ment  | 

2 Answers 2

Reset to default 3

https://docs.swmansion./react-native-reanimated/docs/fundamentals/installation/

yarn add react-native-reanimated

npm start -- --reset-cache

expo start -c

worked for me

unfortunately, expo sdk v38 doesn't support reanimated v2 yet, because "reanimated 2 only supports hermes at the moment".

this problem is also documented in the react-native-reanimated v2 docs: "expo support is not ready yet, next sdk release will support react native 0.62 – this will allow you to use reanimated 2 in the ejected expo app."

the only solution for the moment is to either eject your expo app in order to use reanimated, or look for alternatives, like react-native-animatable.

https://github./software-mansion/react-native-reanimated/issues/886

发布评论

评论列表(0)

  1. 暂无评论