react-native-mapbox-gl
Version:
A Mapbox GL react native module for creating custom maps
42 lines (27 loc) • 1.85 kB
Markdown
# React Native Mapbox GL
## IMPORTANT
This package is deprecated please use https://www.npmjs.com/package/@mapbox/react-native-mapbox-gl instead
_An experimental React Native component for building maps with the [Mapbox iOS SDK](https://www.mapbox.com/ios-sdk/) and [Mapbox Android SDK](https://www.mapbox.com/android-sdk/)_
[](https://badge.fury.io/js/react-native-mapbox-gl) [](https://circleci.com/gh/mapbox/react-native-mapbox-gl/tree/master)
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Freact-native-mapbox-gl?ref=badge_shield)
## Support
This project is **experimental**. Mapbox does not officially support React Native Mapbox GL to the same extent as the [iOS](https://www.mapbox.com/ios-sdk/) or [Android](https://www.mapbox.com/android-sdk/) SDKs it depends on. Bug reports and pull requests are very welcome.
## Installation
**Dependencies**
* node
* npm
* [React Native](https://facebook.github.io/react-native/) >= 0.19.0
```
npm install react-native-mapbox-gl --save
```
* [Android](/android/install.md)
* [iOS](/ios/install.md) (manually),
or with [CocoaPods](/ios/install-cocoapods.md)
## API
* [API Documentation](/API.md)
## Example
* [See example](/example.js)


## License
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Freact-native-mapbox-gl?ref=badge_large)