일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Class
- 메서드
- html
- 패키지
- 버전관리
- 컬렉션 프레임워크
- Eclipse
- Method
- 이클립스 설치
- java
- 싱글톤 패턴
- Map 인터페이스
- 오류
- 깃허브
- 인터페이스
- singlrton pattern
- 해결
- Collection Framework
- 이클립스
- 깃
- 클래스
- CSS
- Collection 인터페이스
- GitHub
- Git
- 자바
- Today
- Total
안루피취뽀일기
[ReactNative_또간집] React Native Drawer - Cannot read Property "isConfigured" of undefined & [Reanimated] Failed to create a worklet 라는 에러 해결 본문
[ReactNative_또간집] React Native Drawer - Cannot read Property "isConfigured" of undefined & [Reanimated] Failed to create a worklet 라는 에러 해결
안루피 2024. 6. 4. 11:01
ERROR TypeError: Cannot read property 'isConfigured' of undefined This error is located at: in DrawerViewBase (created by DrawerView) in RCTView (created by View) in View (created by GestureHandlerRootView) in GestureHandlerRootView (created by DrawerView) in RNCSafeAreaProvider (created by SafeAreaProvider) in SafeAreaProvider (created by SafeAreaProviderCompat) in SafeAreaProviderCompat (created by DrawerView) in DrawerView (created by DrawerNavigator) in PreventRemoveProvider (created by NavigationContent) in NavigationContent in Unknown (created by DrawerNavigator) in DrawerNavigator (created by MainDrawerNavigator) in MainDrawerNavigator (created by RootNavigator) in RootNavigator (created by App) in EnsureSingleNavigator in BaseNavigationContainer in ThemeProvider in NavigationContainerInner (created by App) in _QueryClientProvider (created by App) in App in RCTView (created by View) in View (created by AppContainer) in RCTView (created by View) in View (created by AppContainer) in AppContainer in Ddoganzip(RootComponent), js engine: hermes /Users/seungae/Ddoganzip/front/node_modules/react-native/scripts/packager.sh: line 24: 22434 Killed: 9 "$NODE_BINARY" "$REACT_NATIVE_ROOT/cli.js" start --custom-log-reporter-path "$THIS_DIR/packager-reporter.js" "$@" Process terminated. Press <enter> to close the window
하지만 해결했다능!!!!
1. 패키지 설치
yarn add react-native-reanimated
2. babel.config.js 파일에 plugins 추가
3. 캐시 지우기
yarn start --reset-cache
3. cd ios && pod install && cd ..
'React Native' 카테고리의 다른 글
[ReactNative_또간집] xCode 빌드 에러 version "default" is not yet installed. You need to run `nvm install default` to install and use it. (1) | 2024.06.05 |
---|---|
react native 절대경로 설정하기 (0) | 2024.06.04 |
[ReactNative_또간집] 앱 로그인 설계 (0) | 2024.06.03 |
M1에서 리액트 네이티브 ios 빌드 중 계속되는 오류잡기 (해결 완!) (0) | 2024.05.31 |
나도 앱을 만들고 싶다! ReactNative CLI vs Expo (0) | 2024.05.27 |