react-native-maps
Version:
React Native Mapview component for iOS + Android
26 lines (17 loc) • 337 B
Markdown
# Examples Setup
## iOS
1. Install dependencies and open the workspace:
```
cd example
npm install
cd ios
pod install
open AirMapsExplorer.xcworkspace
```
2. Make sure the `AirMapsExplorer` target is selected and click `Run`
## android
1. Start your emulator
2. Install via gradle:
```
./example/android/gradlew installDebug
```