Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntanwir10/calendarapp
A simple calendar app built using react native, native base. This app is compatible on both Android and iOS.
https://github.com/ntanwir10/calendarapp
asyncstorage localstorage native-base react-native react-native-app react-navigation react-persist
Last synced: about 2 months ago
JSON representation
A simple calendar app built using react native, native base. This app is compatible on both Android and iOS.
- Host: GitHub
- URL: https://github.com/ntanwir10/calendarapp
- Owner: ntanwir10
- Created: 2018-11-28T18:10:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:23:44.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T11:26:29.008Z (almost 2 years ago)
- Topics: asyncstorage, localstorage, native-base, react-native, react-native-app, react-navigation, react-persist
- Language: JavaScript
- Homepage:
- Size: 3.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CalendarApp
A simple calendar app built using react native, native base.
This app is compatible on both Android and iOS.
## This is just POC. The calendar and agenda components are built using react-native-calendars library. https://github.com/wix/react-native-calendars# If you wish to try out this app, follow below steps.
1. download the repo or git clone.
2. npm install
3. This is a react-native init app. So, expo commands will not work. To run this app on emulator or physical device, run react-native run-android for Android or react-native run-ios for iOS.