Files
examples/with-maps
..
2020-06-26 17:03:58 -04:00
2020-06-26 17:03:58 -04:00
2020-06-26 17:03:58 -04:00

Maps Example

Supports Expo iOS Supports Expo Android

🚀 How to use

  • Install packages with yarn or npm install.
  • Run yarn start or npm start to start the bundler.
  • Open the project in a React runtime to try it:

Adding Native Code

This project can be run from Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.

  • Run yarn eject to create the native projects.
  • You can still run your project on Expo client, you just won't be able to access any new native modules you add.

Publishing

  • 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.

📝 Notes