oney

Results 64 comments of oney

What version of React Native and react-native-gcm-android are you using?

Can you run `adb logcat` to get some logs?

Oh, I guess it is related to [this](https://github.com/oney/react-native-gcm-android/issues/12#issuecomment-166698887). Run below command to generate `index.android.bundle`, and then run `react-native run-android` ``` react-native bundle --platform android --dev false --entry-file index.android.js \ --bundle-output...

Do you load js bundle from 10.0.3.2:8081?

Maybe it's related to https://github.com/facebook/react-native/issues/3167#issuecomment-145736532 Please try run `adb reverse tcp:8081 tcp:8081` then `react-native run-android`

Can you show `index.android.js` to me? You can remove irrelevant codes.

Hmmm... It seems it's not related. Can you try generating signed release APK to test whether the issue happened? https://facebook.github.io/react-native/docs/signed-apk-android.html

Can you try again and get the logs?

Please try cleaning the project ``` shell cd android ./gradlew clean ```

Have you tested the demo project? https://github.com/oney/TestGcm