Back to React Native Maps

Examples Setup

docs/examples-setup.md

1.27.2522 B
Original Source

Examples Setup

  • Clone or download the repository.
  • From the root of the project run yarn bootstrap
  • Add your API key(s)
    • Android
      • Open example/android/secrets.properties (or create the file if it doesn't already exist)
      • Add the following line: MAPS_API_KEY=your_api_key_here
    • iOS
      • Open example/ios/Secrets.xcconfig (or create the file if it doesn't already exist)
      • Add the following line: MAPS_API_KEY=your_api_key_here
  • Run yarn android or yarn ios within the example folder