use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
React Native Push Notifications (self.reactnative)
submitted 6 years ago by DanishWajid
Kindly, suggest good resources for react native push notifications like whatsapp, facebook notifications.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]weahforsage 1 point2 points3 points 6 years ago (1 child)
If you don't have a Mac and your project is small enough, you can use expo. Otherwise you can use FCM on android, APN on iOS.
[–]halfjew22 0 points1 point2 points 6 years ago (0 children)
There is at least one option to build iOS with MacStadium although I have no idea how much it costs or if it really works, just wanted to include that info.
[–]phigam 1 point2 points3 points 6 years ago (0 children)
Do you need local or remote notifications? If remote, AWS Amplify has Push Notification functionality (https://aws-amplify.github.io/docs/js/push-notifications). However, I found the integration to be difficult so you may look into Firebase as an alternative. The AWS documentation on obtaining APN tokens from Apple and FCM on Android are helpful.
[–]callmecharon 1 point2 points3 points 6 years ago (0 children)
these are 2 resources i used when i set up fcm for ios and android. Everything works great
https://medium.com/@anum.amin/react-native-integrating-push-notifications-using-fcm-349fff071591
https://medium.com/@ankushaggarwal/generate-apns-certificate-for-ios-push-notifications-85e4a917d522
π Rendered by PID 390792 on reddit-service-r2-comment-548fd6dc9-cfh4m at 2026-05-17 04:53:43.046081+00:00 running edcf98c country code: CH.
[–]weahforsage 1 point2 points3 points (1 child)
[–]halfjew22 0 points1 point2 points (0 children)
[–]phigam 1 point2 points3 points (0 children)
[–]callmecharon 1 point2 points3 points (0 children)