Open SelaO opened 7 years ago
Hi,
If you are talking about which androidManifest.xml file to edit for opening the application via a click action on notification received in the tray, it is this android/app/src/main/AndroidManifest.xml
in your main react native project.
As for what should be edited in the AndroidManifest.xml, it is the first link: https://github.com/evollu/react-native-fcm#config-for-notification-and-click_action-in-android
Do note that in your notification fired, there should be a click_action variable containing the intent you specified, in the example fcm.ACTION.HELLO
I don't seem to find several files with similar content. Maybe you might want to post more details about that
Both of the following mention AndroidManifest.xml: https://github.com/evollu/react-native-fcm#config-for-notification-and-click_action-in-android https://github.com/evollu/react-native-fcm#setup-local-notifications
But there are several files with similar content, so which one should be edited?