hello! Mingure

[React Native] Reanimated 오류 본문

카테고리 없음

[React Native] Reanimated 오류

hellomingure 2022. 3. 31. 10:50

어제까지는 잘 작업했는데

왜 하단 네비게이션 넣으니까 벼러별 오류가 다 뜨냐고 

reanimated 오류부터 해서 metro 오류까지 이거때문에 오전을 날려버렸다고 한다....

https://defineall.tistory.com/971

 

[Errors/React Native] 모듈이 인식되지 않는 오류 해결방법

오류 내용 If you are sure the module exists, try these steps: 1. Clear watchman watches: watchman watch-del-all 2. Delete node_modules and run yarn install 3. Reset Metro's cache: yarn start --reset..

defineall.tistory.com

프로젝트도 새로 만들어보고 모듈 삭제했다가 다시 install하면 된다고 해서 지웠다가 다시 깔았더니 또 안돼서 다시 클론 받고 하다보니 파일이 꼬엽려서 결국 새로운 프로젝트로 다시 만들어서 진행했다.

 

그럼에도 불구하고 여전히 동일한 오류,,,,, reanimate 인스톨

https://github.com/software-mansion/react-native-reanimated   했는데도 계속 동일한 문제가 나와서 검색해보니 버전문제같기도 했다.

 

GitHub - software-mansion/react-native-reanimated: React Native's Animated library reimplemented

React Native's Animated library reimplemented. Contribute to software-mansion/react-native-reanimated development by creating an account on GitHub.

github.com

https://stackoverflow.com/questions/70516450/error-requiring-module-node-modules-react-native-reanimated-src-animated-js

 

Error: Requiring module "node_modules\react-native-reanimated\src\Animated.js",

I am trying to use createDrawerNavigator from import { createDrawerNavigator } from '@react-navigation/drawer'; in react native. However, I am getting the error below, which I don't know how to sol...

stackoverflow.com

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

 

Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin? · Issue #1875 · software-mansion/r

Description Getting Issue in build compilation- Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin? when "react-native-reanimated": "^2.0....

github.com

그래서 설마설마 하고 리네 버전이랑 reanimate 버전 내려보니까 너무 잘나옴 ㅎ