[리액트 네이티브] Error: [Reanimated] valueUnpacker is not a worklet, js engine: hermes

JaeHong Jeong·2023년 9월 26일
0

ReactNative

목록 보기
2/4
post-thumbnail

에러발생

react-native-reanimated 패키지를 설치한 후 에러발생

해결

// babel.config.js

module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins: ['react-native-reanimated/plugin'], // 플러그인 추가
};

babel.config.js에 플러그인 추가 후 아래 명령어 실행

npx react-native start --reset-cache
profile
반갑습니다.

0개의 댓글