Closed jdlee23 closed 7 years ago
I added this to my build.gradle
compile 'com.google.android.gms:play-services-gcm:+'
compile 'com.google.android.gms:play-services-location:+'
and it doesn't crash my application anymore also i don't think it works on the emulator. so that was why i was getting errors before
now i'm having issues with the methjd get_channel_id
as an undefined function
Looks like get_channel_id
isn't in my react native package. Is the NPM version updated to match the repo?
will make new issue to update npm package
Error message:
Seems to work fine on iOS however for android I updated my build tools version along with the sdk because it was asking for
24
. Afterwards, I get this error whenever I try to use a method on android. Any clue why?heres my build.gradle
edit: this for the emulator, on the device it crashes on startup