简体   繁体   中英

Push notifications using React-Native

We are developing a mobile application that a user can register and subscribe with a monthly fee, the main function of the app is to notify the users just like messaging app. The notification will be coming from the admin dashboard. Anyone could advise us how to Push Notifications in real time to users both ios and android. We are using React-Native. Thank you in advance!

Here's a pretty popular GitHub repository for creating a notification system with React Native: https://github.com/zo0r/react-native-push-notification . It has support for both iOS and Android, however, it seems like Android may take more installation effort because it isn't supported by the React Native developers. I would recommend taking an hour or two following the installation instructions, trying it out, and seeing if it is right for your app.

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM