Libin Lu

Results 125 comments of Libin Lu

When you reinstall the app, do you get new firebase token now?

then something is wrong getting token. Have you requestedPermission before you call getFCMToken?

When you request permission you see a prompt to let user allow right? You can debug native code in xcode and see what FCM returns, but I don't think it...

perhaps your code crashed in your notification callback.

Is there a way to check if react-native actually gets spin up?

have you tried adding a timeout before navigation?

how do you integrate with react? pod or npm module?

try use latest package or compare with example project. It should be configuration issue

if you can debug android, you can add break point here and see why it happens. It will be very helpful. I can't find out by just looking at the...