Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)