팀프로젝트
지속적으로 함께 사이드 프로젝트를 진행할 백엔드 개발자 분을 찾습니다.
- 좋아요수
- 0
- 댓글수
- 0
- 조회수
- 299
팀프로젝트
질문&답변
저도 똑같은 에러 만나서 찾은 내용 공유 드립니다 https://docs.swmansion.com/react-native-reanimated/docs/guides/compatibility/#currently-supported-react-native-versions-paper 여기보면 0.72 버전은 3.16 버전을 지원하지 않는다고 되어 있더라구요 저는 1. yarn remove react-native-reanimated 2. yarn add react-native-reanimated@3.15 3. npx pod-install ios 4. npx react-native start --reset-cache 해서 해결 했습니다.