- run Android AVD
- enter project directory via terminal or commands
- npm install
- npm run android
Ctrl + C
- Install packages with
yarnornpm install. - Run
yarn startornpm run startto start the bundler. - Open the project in a React runtime to try it:
- iOS: Client iOS
- Android: Client Android
- Web: Any web browser
- When it's time to customize your runtime, refer to the "Adding custom native code" guide!
- Deploy the native app to the App store and Play store using this guide: Deployment.
- Deploy the website using this guide: Web deployment.
- Learn more about Universal React.
- See what API and components are available in the React runtimes.
- Find out more about developing apps and websites: Official guides.