에러 발생
1166
작성한 질문수 1
ERROR Invariant Violation: "main" has not been registered. This can happen if: Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project. A module failed to load due to an error and AppRegistry.registerComponent wasn't called., js engine: hermes
위와같은 에러가 svg 관련 라이브러리 설치이후에 발생됩니다.. 검색을 여러방면해봤지만 답을찾지 못했습니다.
{
"name": "awesomeproject",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~48.0.6",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "^0.71.3",
"react-native-svg": "13.4.0",
"svg": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-svg-transformer": "^1.0.0"
},
"private": true
}
답변 1
21강 11분 59초 버그
1
49
0
svg질문
0
64
1
강의 자료 다운
0
97
1
expo가 안깔리고 에러가 납니다.
0
208
3
React-Native 강의중 expo 모바일이랑 연결 중에 이런 오류가 나네요
0
213
1
getStatusBarHeight () 화면UI적용
0
127
1
navigation쓸때 오류
0
163
1
수업외로 궁금한거 2
0
84
1
수업 외로 궁금한거!
0
89
1
파이어베이스 버전 11 오류
0
100
1
마지막 9번째 Redux 관련 자료가 없어요
0
79
1
오류 잡기
0
116
0
강의에서 InputForm.js에서
0
118
2
React-Native-Cli 컴파일 오류
0
200
2
윈도우에서 cli 이용해서 ios개발이 가능한가요?
0
699
2
android studio에서 시뮬레이터를 실행시 cpu 과도 사용 질문
0
241
1
Execution failed for task ':app:checkDebugDuplicateClasses'. 에러 해결
0
324
1
선생님 이다음 remote push 부분 강의가 없습니다.
0
192
2
Check the render method of `SceneView`. 오류
0
350
3
진도가 100% 완료가 안됩니다.
0
215
1
진행도가 100% 안찍혀요
0
224
1
프로젝트 예제 코드는 깃헙에서 따로 볼 수 있을까요?
0
144
1
expo 환경설정 관련해서 문의드립니다.
0
426
1
'NavigationContainer' 중첩 오류
0
411
1





