You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-ola-maps

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-ola-maps

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

0.2.0
latest
Source
npmnpm
Version published
Weekly downloads
12
-20%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

react-native

FAQs

Package last updated on 30 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts