admin管理员组文章数量:1345314
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
2 Answers
Reset to default 3https://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
本文标签: javascriptCannot find module 39reactnativereanimatedplugin39 from projectFolderStack Overflow
版权声明:本文标题:javascript - Cannot find module 'react-native-reanimatedplugin' from projectFolder - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743810079a2542905.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论