React Native boilerplate
- React Native - Build Native Mobile Apps using JavaScript and React
- Redux - Predictable state container for JavaScript apps
- Wix/react-native-navigation - A complete native navigation solution for React Native with optional redux support - nav bars, tabs, drawer, modals
- Redux Thunk - Thunk middleware for Redux
- Node >= 5.0.0
- YARN - Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.
Install Yarn
$ npm install yarn -g
Clone this repo
$ git clone [email protected]:CynderTech/react-native-starter.git
$ cd react-native-starter
$ yarn install
$ react-native run-ios
$ react-native run-android
react-native-rename - Rename react-native app with just one command
$ yarn global add react-native-rename
Usage
$ react-native-rename "Awesome Project"