You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RN 0.76.1 버전에서 react-native-naver-login 4.0.4 를 사용해 네이버 로그인을 구현하고 있습니다.
IOS에서는 정상적으로 동작하는데, 안드로이드 환경에서는 NaverLogin.login() 호출 시 아무 응답 없이 앱이 종료되고
안드로이드 스튜디오 logcat에는 아래 에러메시지가 표시됩니다.
java_vm_ext.cc:598] JNI DETECTED ERROR IN APPLICATION: the return type of CallVoidMethodA does not match boolean com.dooboolab.naverlogin.RNNaverLoginModule.login(com.facebook.react.bridge.Promise)
java_vm_ext.cc:598] in call to CallVoidMethodA
java_vm_ext.cc:598] from void com.facebook.jni.NativeRunnable.run()
다른 프로젝트에서도 시도해봤는데 RN 0.75.4에서는 정상 동작하고, RN 0.76.3에서는 같은 에러가 발생합니다.
Description
RN 0.76.1 버전에서
react-native-naver-login 4.0.4
를 사용해 네이버 로그인을 구현하고 있습니다.IOS에서는 정상적으로 동작하는데, 안드로이드 환경에서는 NaverLogin.login() 호출 시 아무 응답 없이 앱이 종료되고
안드로이드 스튜디오 logcat에는 아래 에러메시지가 표시됩니다.
다른 프로젝트에서도 시도해봤는데 RN 0.75.4에서는 정상 동작하고, RN 0.76.3에서는 같은 에러가 발생합니다.
Steps to reproduce
Snack or a link to a repository
https://github.com/dinos-dev/dinos/tree/develop
React Native Naver Login version
^4.0.4
React Native version
0.76.1 / 0.76.3
Platforms
Android
JavaScript runtime
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: