React Native Ola Map components for iOS + Android
This library + documentation is currently in progress. More features are on it's way. Please feel free to contribute and raise issues
- Android ✅
- iOS ✅
- Expo - coming soon
This project is being maintained by an individual, and any help with issues and pull requests are always appreciated. If you are able and willing to contribute, please read the guidelines.
See the contributing guide to learn how to contribute to the repository and the development workflow.
import MapView from 'react-native-ola-maps';
or
var MapView = require('react-native-ola-maps');
<MapView
initialRegion={{
latitude: 37.78825,
longitude: -122.4324,
altitude: 5,
zoomLevel: 10,
}}
/>
This example displays maps
MIT