JeffGuKang / react-native-kakao-login

React Native module for kakao login sdk: rn-kakao-login
73 stars 16 forks source link

Sample app (Android) crashes #3

Closed cereme closed 5 years ago

cereme commented 5 years ago

my test sequence

1. Cloned this repo
2. npm install in /ReactNativeKakaoExample/
3. changed kakao app key in AndroidManifest.xml 
4. react-native run-android

Logcat

01-28 12:37:22.795   570   570 D ReactNative: ReactInstanceManager.ctor()
01-28 12:37:22.817   570   570 D ReactNative: ReactInstanceManager.createReactContextInBackground()
01-28 12:37:22.817   570   570 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()

Device info ( I ran in 3 devices and all crashed )

AVD Android 8.0.0
CPU/ABI: Google Play Intel Atom (x86)
google_apis_playstore [Google Play] (API level 26)
Model : LG V20
Android Version : 8.0.0

image while other 2 devices crashing, 9.0.0 device got that error

AVD Android 9.0.0
CPU/ABI: Google APIs Intel Atom (x86)
Target: google_apis [Google APIs] (API level 28)
JeffGuKang commented 5 years ago

@cereme I will check the issue. Thanks

JeffGuKang commented 5 years ago

@cereme Update the react-native-kakao module location to npm from '../'. It cause problem with npm install.