Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lohanitech/react-native-template-super
A turbo starter template for react-native
https://github.com/lohanitech/react-native-template-super
navigation react-native react-native-component react-native-components react-native-template react-navigation redux redux-thunk turbo-starter-template
Last synced: 10 days ago
JSON representation
A turbo starter template for react-native
- Host: GitHub
- URL: https://github.com/lohanitech/react-native-template-super
- Owner: lohanitech
- License: mit
- Archived: true
- Created: 2017-11-12T10:25:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T06:43:53.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T13:26:46.983Z (3 months ago)
- Topics: navigation, react-native, react-native-component, react-native-components, react-native-template, react-navigation, redux, redux-thunk, turbo-starter-template
- Language: JavaScript
- Size: 2.27 MB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Template Super
A turbo starter template for react-native## Using
To use this template to create your new project just type the following command
```
react-native init {project-name} --template super
```## Features
- Various components inspired by [React Native Elements](https://github.com/react-native-training/react-native-elements).
- Global styles and themes support using [React native extended stylesheet](https://github.com/vitalets/react-native-extended-stylesheet)
- State management with Redux along with Redux Persist and Redux Thunk
- Navigation with [React Navigation](https://reactnavigation.org)## Libraries used
- [Extended Stylesheet](https://github.com/vitalets/react-native-extended-stylesheet)
- [React Navigation](https://reactnavigation.org)
- [Redux](https://redux.js.org/)
- [Redux Persist](https://github.com/rt2zz/redux-persist)
- [Redux Thunk](https://github.com/gaearon/redux-thunk)