Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- react native picker
- js
- react native 개발
- 리액트 네이티브
- error
- 문자열 대소문자
- fire base
- babel.config.js
- Project
- react native 세팅
- react native font
- firebase 라이브러리
- react native
- 백준
- 리액트
- Next.js
- AWS
- aws bucket 정책
- react native CLI
- React
- PongWorld
- s3 upload
- img upload
- 에러
- 리액트 네이티브 에러
- 문자열 대소문자 구별
- AWS Access Key
- GIT
- 리엑트 네이티브 아이콘
- Access Key 생성
Archives
- Today
- Total
목록에러 (2)
밝을희 클태
[react-native / 리액트 네이티브]ERROR Error: [Reanimated] Mismatch between JavaScript code version and Reanimated Babel plugin version (3.5.3 vs. 3.4.2) 에러
ERROR Error: [Reanimated] Mismatch between JavaScript code version and Reanimated Babel plugin version (3.5.3 vs. 3.4.2).See `https://docs.swmansion.com/react-native-reanimated/docs/guides/troubleshooting#mismatch-between-javascript-code-version-and-reanimated-babel-plugin-version` for more details.Offending code was: `function anonymous(){const{createLayoutAnimationManager}=this._closure;globa..
마모리(My Memory) 프로젝트
2023. 9. 21. 14:29
[react native / 리액트 네이티브] 에러 Error: Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin?
react-native-reanimated를 설치하고 나니 아래와 같은 에러가 난다Error: Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin?...babel.config.js을 수정하지 않아서 나는 오류다해결 방안babel.config.jsmodule.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'],};위와 같이 plugins를 수정해 준다
마모리(My Memory) 프로젝트
2023. 7. 13. 18:44