- Install packages with
yarn
ornpm install
. - 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
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
- Configure your app to be able to use react-native-maps in production using this guide : MapView configuration
- Deploy the native app to the App store and Play store using this guide: Deployment.
- Learn more about MapView.
- Learn more about react-native-maps.