I am trying to implement cloud messaging firebase in react native app, I follow a lot of tutorials but non of them works fine like :
https://medium.com/#rempire230/push-notification-for-android-in-react-native-282019867f86
https://medium.com/#anum.amin/react-native-integrating-push-notifications-using-fcm-349fff071591
The android app always crash when receiving a message in foreground or background.
I would be grateful If anybody can recommend a good tutorial about using FCM in react native (for both android and ios).
Thanks in advance.
I have found this tutorial and it works fine for android and ios:
React Native #31: Firebase Notification (react-native-firebase Version 7)
https://www.youtube.com/watch?v=dyAwv9HLS60&t=805s
https://github.com/tranhonghan/RNFirebaseV7/
Related
I am creating an app which is a reminder app. It will send a notification that can speak the task which the user has assigned. I have created an entire app but am unable to add a voice notification feature in the app using react native expo. can anyone have an idea to do so?
thanks in advance
I am working on building a mobile application. I used react native on the front end. In my application, I wanna send a notification to users. I used native modules so that I had to eject expo. What is the best way to send remote notification without expo?
This library is the most used one for react native push notifications: React Native Push Notifications
This can help you with firebase push notifications: Firebase cloud messaging
Can you please help with this.
I am trying to develop mobile and web apps using react native with single code base for web, android and ios. Can we Develop Web and Mobile Application with single code base by using React Native?
The simple answer is yes. However, there are a lot of caveats that you could encounter along the road with certain device requirements and functionality where you may have to write conditional code, but it could still stay in the same codebase.
The easiest way to get started is by using Expo (https://expo.io), which would let you get started with a project that could be run on Android, iOS, and the Web (via React Native Web) all with very minimal setup on your part.
As I mentioned, I need to insert a unity project into an app in react native.
I saw that there is this component that should help me do this (react native unity view).
I saw that there is a way to intercept messages sent by unity. (onUnityMessage method), but how do I send some data from react native app to unity? (example: auth token).
I must be able to send the token to unity so that it can be used by unity app.
How can I do this?
thank you in advance!
Has anyone tried to use the Here API https://developer.here.com/develop/javascript-api in a react native mobile app? Can the Javascript of Here api be used in a react native mobile app? I am thinking if this is possible or need to use the mobile SDKs.
Please go through this https://www.npmjs.com/package/react-native-heremaps it would lead to a solution for android part only.