react-native-ola-maps
v0.2.0
Published
react-native-ola-maps is a powerful and flexible map library for React Native applications, designed to provide seamless integration of interactive maps for both Android and iOS platforms. Built with native map SDKs (Ola Maps for Android and iOS), this li
Downloads
42
Maintainers
Readme
react-native-ola-maps
React Native Ola Map components for iOS + Android
🚧 ⚠️ Work in Progress ⚠️ 🚧
This library + documentation is currently in progress. More features are on it's way. Please feel free to contribute and raise issues
Supports
- Android ✅
- iOS ✅
- Expo - coming soon
Contribution
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.
Installation
Component API
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
General Usage
import MapView from 'react-native-ola-maps';
or
var MapView = require('react-native-ola-maps');
Rendering a Map with an initial region
MapView
<MapView
initialRegion={{
latitude: 37.78825,
longitude: -122.4324,
altitude: 5,
zoomLevel: 10,
}}
/>
Example
This example displays maps
License
MIT