react-native-ola-maps
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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


Package Sidebar

Install

npm i react-native-ola-maps

Weekly Downloads

23

Version

0.2.0

License

MIT

Unpacked Size

316 kB

Total Files

52

Last publish

Collaborators

  • yash_wadhia