crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
360 stars 136 forks source link

예제 프로젝트가 정상동작되지 않습니다. #250

Open JeffGuKang opened 3 years ago

JeffGuKang commented 3 years ago

Version of kakao-login libraries

v3.3.3

Version of react-native

Platforms you faced the error (IOS or Android or both?)

iOS

Expected behavior

예제 정상 실행

Actual behavior

  1. react native localize 링킹 관련 오류 상황 => yarn을 통해 별도로 추가해서 해결 가능
  2. Native module cannot be null.
 ERROR  Invariant Violation: Native module cannot be null.
 ERROR  Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. 
      This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
 ERROR  Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. 
      This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.

Tested environment (Emulator? Real Device?)

iOS 14.4 Simulator


JeffGuKang commented 3 years ago

예제 프로젝트의 의존성을 필요한 것만 남기고 모두 줄이고 최신화를 해보겠습니다. 현재 file: .. 방식으로 react-native-kakao-login 이 설치되는데 이 부분은 이상이 없을까요?

noni1016 commented 3 years ago

저도 예제가 실행되지 않았습니다. yarn 명령을 실행했을 때 모듈 설치 과정에서 아래 에러가 발생했습니다. Error: ENOENT: no such file or directory, open 'src/assets/translations/*.json'

환경: Window 10, yarn v1.22.5, android