Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshmankishore/anynotification
A notification app made from react native
https://github.com/lakshmankishore/anynotification
javascript notifications react react-native react-native-async-storage react-native-push-notifications
Last synced: 22 days ago
JSON representation
A notification app made from react native
- Host: GitHub
- URL: https://github.com/lakshmankishore/anynotification
- Owner: LakshmanKishore
- Created: 2021-09-30T12:06:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T13:15:40.000Z (8 months ago)
- Last Synced: 2024-10-05T16:43:25.488Z (about 1 month ago)
- Topics: javascript, notifications, react, react-native, react-native-async-storage, react-native-push-notifications
- Language: JavaScript
- Homepage:
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Any Notification
Any Notification react-native app.
This app was mainly built for my personal use and to learn more about react native.
This app can give Scheduled Notification and Alert Notification.
Alert Notification will always be on the status bar of the mobile,
which will help in remember of the Notification until it is cleared.
Alert Notification will only disappear when user clicks on the delete button from the app.## Built with
* React-Native
## Lessons LearnedI learnt more about react-native.
I was able to quickly setup the dev Environment for building the app.
I learnt about the react-native-PushNotification.
I learnt about `AsyncStorage` usage in react native app.## Demo
![](anyNotificationGif.gif)
## Features- Scheduled Notification.
- Deleting Scheduled Notification.
- Alerting Notification.