에러 종류별 해결책

이병수·2020년 9월 23일
0
  • There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally.

스택오버플로우

해결책 cd ~ -> ls 하면 node_modules 있음 -> rm -rf node_modules 하면 됨

  • WebView 중복 사용시 "Invariant Violation: Tried to register two views with the same name RNCWebView" 에러

    스택오버플로우

    iamport-react-native 의 node_modules 에 포함되어 있는 react-native-webview를 제거하니 정상 동작 합니다.
    해결 이슈 참고: react-native-webview/react-native-webview#373 (comment)

0개의 댓글