Top "React-native-fcm" questions

ld: library not found for -lFirebaseCore clang: error: linker command failed with exit code 1 (use -v to see invocation)

I using react-native-fcm for remote push notification but it gives this error: ld: library not found for -lFirebaseCore clang: error: …

ios xcode firebase react-native react-native-fcm
Correct way of navigation upon receiving push notification when app is in foreground or closed

This is a general question to all who are using react navigation, following is my navigation structure export const createRootNavigator = (…

react-native react-navigation react-native-fcm
Get FCM token in React-Native

In my React-Native application, I have to use firebase notifications. So I created this library. Have I done this in …

firebase react-native react-native-fcm