Dustin Selman
Dustin Selman
I get the same behavior when I do an `import codePush from 'react-native-code-push';`
When the app is killed/closed and a notification is received BackgroundService.java (from react-native-gcm-android) is loaded in place of your normal MainActivity.java, but still loads your normal index.android.bundle. I think this...
I would prefer the latter solution since I'm sending data payloads in my gcm's and would like to load enough of my app to at least get access to my...