https://github.com/react-native-village/simplecalendar
simple example: react-native-calendar-strip
https://github.com/react-native-village/simplecalendar
calendar example react-native react-native-calendar-strip redux
Last synced: about 2 months ago
JSON representation
simple example: react-native-calendar-strip
- Host: GitHub
- URL: https://github.com/react-native-village/simplecalendar
- Owner: react-native-village
- Created: 2018-01-01T18:12:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T18:58:41.000Z (over 8 years ago)
- Last Synced: 2025-12-26T03:55:56.612Z (6 months ago)
- Topics: calendar, example, react-native, react-native-calendar-strip, redux
- Language: JavaScript
- Homepage:
- Size: 929 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-calendar-strip + redux
### React-Native

# Clone project
```sh
git clone https://github.com/react-native-village/SimpleCalendar.git
```
# Navigate to the project
```sh
cd SimpleCalendar
```
# Set dependencies
```sh
yarn install
```
# Run the following command in a Terminal
##### for iOS
```sh
react-native run-ios
```
##### for Android
```sh
react-native run-android
```