- Install packages with
yarn
ornpm install
.- If you have native iOS code run
npx pod-install
- If you have native iOS code run
- Run
yarn start
ornpm run start
to start the bundler. - Open the project in a React runtime to try it:
- iOS: Client iOS
- Android: Client Android
- Web: Any web browser
You can generate native iOS and Android projects from your Expo config file (app.json/ app.config.js) by runnning npx expo prebuild
. These native projects can then be compiled and run via XCode and Android Studio.
💡 Learn more about native code in Expo
- 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: Guides.