skip to Main Content

How to open app to specific page after click notification from bar by using react-native-firebase/messaging(FCM)? – React native

Is there any way can open app to specific page after click notification by using react-native-firebase/messaging(FCM)? I didn't find information from document. @react-native-firebase version: "@react-native-firebase/app": "^15.3.0", "@react-native-firebase/messaging": "^15.3.0", code just only: /** * Sample React Native App * https://github.com/facebook/react-native *…

VIEW QUESTION

Parse, AsyncStorage and React Native

Trying to work out using Parse with React Native and using Back4App as my BaaS. Running into a problem when setting up my asyncstorage (from react native). Parse.setAsyncStorage(AsyncStorage); //Paste below the Back4App Application ID AND the JavaScript KEY Parse.initialize('myappid', 'sdk');…

VIEW QUESTION
Back To Top
Search