React Native Remote Notification without Expo - react-native

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

Related

Firebase push notification not working on ios but works on android react native: How to configure react native firebase ios push notifications

Hi Firebase push notification not working on the ios side. I am using react native and this is the tutorial I used to set it up on ios https://rnfirebase.io/messaging/usage/ios-setup. Everything is set up but nothing happens when I send notification from firebase console.
Could it be an issue with the apple push notification service ssl certificate?

How to add voice notification in react native expo app

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

Can we use React Native Firebase Push Notification on local (offline)

i just write a local push notification for android and ios use React Native Firebase. I wonder can i use RNFirebase Push Notification on local ( offline ). Can you guys have a solution for that?. Thank you!

Send push notifications using FCM and React Native (Expo) app

I am building a React Native(Expo) app that can send notifications to another app(not built with react-native). I have the FCM token(device-token) of the target app. How can I send notifications to that app using firebase cloud messaging(FCM)?
The target app is NOT built using react-native and has everything handled for the incoming notification. I just need to send the notification to the target app. Thank you in advance.

How to Set Push notification using our own App server in react native?

I have created app that sends push notification when honework upload to the server. So please can somebody tell me how to send push notification in react native for both androud and ios?
You can use push notification packages like Firebase or OneSignal. they have defined API in their documentation and you can send push notification from your server to both android and ios devices easily.