An open API service indexing awesome lists of open source software.

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

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
```