The Professional React Native Starter with everything you'll ever need to deploy rock solid apps.
Super-Quick Start
git clone git@github.com:ueno-llc/react-native-starter.git my-new-app
cd my-new-app
yarn
yarn rename "MyNewApp" com.ueno.mynewapp
yarn start
yarn ios # or yarn android
Alternatively you can use create-ueno-app
:
yarn create ueno-app native my-new-app co.ueno.mynewapp
yarn build:e2e:ios
yarn test:e2e:ios
Note: To see the testing in-action, open the iPhone X Simulator manually before running the tests.
yarn build:e2e:android
yarn test:e2e:android
Note: You will need to create Emulator with the name Pixel_2_API_28
in Android Studio.
The documentation is available here on GitHub Pages.
We also recommend the following reading material:
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