it's a simple reminder app made with React-Native and Expo.
-
Install dependencies:
yarn install
(ornpm install
). -
Run on both Android & iOS:
expo start
(ornpm start
). -
Run on Android:
yarn android
(ornpm run android
). -
Run on iOS:
yarn ios
(ornpm run ios
).
- Notification Support
- Local Storage
- Dark theme and light theme
- Minimal design
- Birthday Reminders
- and much more..
- it has been Tested on Android 10.0
- it uses expo SDK 40
- if you find any bugs, please raise an issue
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks for checking out my project, feel free to fork it.