Simple starter pack with React / Redux. Sample project with Side Menu (react-native-drawer)
You must have the React Native CLI installed
npm i react-native-cli
To build the project, clone the repo and
$ yarn install (or npm install)
$ react-native upgrade
$ react-native run-ios (or android)