The Professional react-native starter kit with everything you'll ever need to deploy rock solid apps.
- Opinionated dependencies.
- Native navigation
- TypeScript support
- Cocoapods
- Gradle 4
- Unit and integration tests
- Continuous delivery support for Travis and Bitrise
Super-Quick Start
git clone -b master git@github.com:ueno-llc/react-native-starter.git my-app
# or for latest version
git clone git@github.com:ueno-llc/react-native-starter.git my-app
cd my-app
yarn
yarn rename "MyNewApp" com.ueno.mynewapp
yarn start
react-native run-ios
Alternatively you can use the ueno-cli
:
npm install -g ueno-cli
ueno-cli react-native init "MyNewApp" --bundleId "com.ueno.mynewapp" --next
The Documentation is available here on GitHub Pages.
We also recommend the following reading material:
- React Native
- React Native Navigation
- React Native Config
- Apple Developer Documentation
- Android Developer Guide
- Fastlane
No plans have been made so far to upgrade. We only support merging from upstream for now.
If you are interested in helping out, feel free to submit issues, pull-requests or even contact us. We are open to all kind of contributions.
This project is MIT licensed