Skip to content

wadhia-yash/react-native-ola-maps

Repository files navigation

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

See Installation Instructions

Component API

<MapView /> 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