new NativeEventEmitter()` requires a non-null argument. 에러

shin_stealer·2023년 9월 11일
0

아래 순서대로 진행
1. node_modules 삭제
2. package-lock.json 삭제
3. pods && podfile.lock 삭제
4. pod deintegrate
5. pod cache clean --all
6. npm install && pod install
7. Xcode 에서 cmd+shift+k
8. cmd + b

이 에러는 React Native 애플리케이션의 진입점(entry point) 파일을 찾지 못하거나, JavaScript 번들이 손상되었거나, React Native 로딩 시 초기화 오류가 발생했을 때 나타난다고 한다.

참고링크 https://velog.io/@hdmoon127/Troubleshooting-Invariant-Violation-new-NativeEventEmitter-requires-a-non-null-argument.-js-engine-hermes

profile
I am a Blacksmith.

0개의 댓글