Questions tagged [react-native-fcm]
94 questions
0
votes
0 answers
Why I am not getting notification when app is in background? I am using react-native-fcm@16.2.4
I am facing an issue in receiving the notification when the app is in the background or closed. When I close the app ReactInstanceManager.detachViewFromInstance() method called & notification does not come.
I am using following…

Dev bluCursor
- 61
- 1
- 9
0
votes
1 answer
Correct setup with react-native-fcm
I feel like the docs at react-native-fcm are a bit of a mess and I am having a hard time figuring this out.
I currently have a production app and my android users are telling me they are not receiving notifications for events where they should be.…

Walter Monecke
- 2,386
- 1
- 19
- 52
0
votes
0 answers
Release apk has closed immediately when open in android devices (Recat -native)
Android Release apk has stopen when open it in react -native
*****E/AndroidRuntime: FATAL EXCEPTION: Thread-3
Process: com.reactapp, PID: 4023
java.lang.ExceptionInInitializerError
at com.facebook.react.bridge.p.a(Unknown Source)
…

QC innodel
- 33
- 6
0
votes
0 answers
receiving FCM registration token late in ios
I am using react-native-fcm package to get FCM token.
FCM.getFCMToken()
When i install release/debug version of react native app on iPhone device, I am receiving FCM token after some time and not at app initialization(start up).
My package.json…

Kranthi
- 1,040
- 8
- 15
0
votes
0 answers
don't display notification in ios device when use react-native-fcm
i'm using from react-native-fcm for recieve pushNotification and do all config in this document(https://github.com/evollu/react-native-fcm)
in ios device only recieve notification and call notificationListener that checked by console.log but dont…

N_M
- 1
- 2
0
votes
2 answers
iOS - App crashes only after installation while configuring Firebase
I'm working on an App that is using Firebase. The app is written in React-Native JS.
The problem is: While starting the app for the first time, it crashes when it tries to configure Firebase.
When I close the app after the crash and start it again…

Mike_NotGuilty
- 2,253
- 5
- 32
- 64
0
votes
1 answer
React Native application with Push notification capability crashes on start
I'am trying to receive push notification with react-native-fcm. As documentation says I'am install and implement all steps as bellow
a) Install react-native-fcm npm install react-native-fcm --save
b) Link the library with react-native link…

Evgeniy
- 3,219
- 5
- 25
- 40
0
votes
0 answers
Detached App Push Notification Example (FCM and APNS)
I created an Expo app and it works great on both iOS and Android. Now I’d like to detach the app and use FCM and APNS for push notifications. Does anyone know of a really good example that shows in detail the process to change a detached Expo app to…

Ben Coffin
- 483
- 4
- 13
0
votes
1 answer
Fcm Notification not Coming when App is in Kill State in React Native
When sending from FCM i.e Firebase console in react native it is easily coming in iOS and Android both but when i am sending notification from admin or backend side it is not coming when app is in kill state.
I am using react-native-fcm .
Thanx…

Kartik Shah
- 866
- 5
- 19
0
votes
0 answers
How to show FCM push notifications when app is killed or in background react native?
I am using react-native-FCM and trying to show notifications from the rest client, its working fine when the app is in the foreground and trigger the screen where I want to show the notifications data but when the app is in the background or killed…

Khushdeep Kaur
- 43
- 1
- 9
0
votes
1 answer
Navigate to specific screen when clicked on notification?
I am using react-native-fcm for notification and successfully receiving notification. My problem is when i click on that notification it must navigate to specific screen.
I have a stack navigator with home and alerts.
i am writing my code in login…

HungrySoul
- 1,151
- 2
- 17
- 31
0
votes
1 answer
React Native Notification Icon Not working
I've added and generated notification icons which have white fill and transparent background but still white box is appearing in the notification tray.
I'm sending notifications from server. What's the solution?

Mohammad Kashif Sulaiman
- 253
- 1
- 11
0
votes
1 answer
evollu/react-native-fcm - ClassNotFoundException
My App runs well, but... when it recives a notification from Firebase it Crash.
I think it's happening because my configuration is bad since i had implemented the "react-native-fcm" example.
I getFCMToken() succesfull.
Do you look any error? Do you…

Diego Barranco
- 89
- 1
- 2
- 9
0
votes
1 answer
FCM does not send message to IOS app when in background
I am using this FCM library to understand how push notifications work. Running the example project, everything works well but only if the app is in the foreground. When the app goes to the background, messages are not delivered and even the…

Ikiugu
- 667
- 1
- 8
- 16
0
votes
1 answer
cannot build react-native from Android Studio, Build failed
After installing react-native-fcm , the build does not succeed. I am not quite sure what to change and what version do I use for google services.
My project grandle file looks as below:
// Top-level build file where you can add configuration…

Mizlul
- 1
- 7
- 41
- 100