더 많은 포스팅 보기 자세히보기

프론트엔드/트러블슈팅

Invariant Violation: Tried to register two views with the same name RNCSafeAreaProvider 문제 해결

유도혁 2020. 10. 21. 00:39

React Native개발을 하다가 한 이슈가 발생하였다.

Invariant Violation: Tried to register two views with the same name RNCSafeAreaProvider

 

한참을 헤맸고, 깃허브에서

 

package.json

"scripts": {
    "postinstall": "rm -rf node_modules/expo/node_modules/react-native-safe-area-context"
 }

이 스크립트를 추가하여 실행하면 문제를 해결할 수 있었다.