React Native Maps for iOS and Android
This repository contains a React Native project, implementing the react-native-maps package.
- Clone this repo.
- Run
npm install
. - Ensure a device, or emulated Android image is connected (
adb devices
). - Run
react-native run-android
. or - Run 'react-native run-ios'.