I'm new to react native, how can I create simple push notifications in react native that I can trigger with buttons (or events like websocket message) like the notifications in android studio (with title,small icon, message...) , I've seen some tutorials that I tried but don't work.
CodePudding user response:
Use the package named react-native-push-notification
The installation steps are quite easy. Please use the GitHub repo for getting the steps