# 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/)_

[![npm version](https://badge.fury.io/js/react-native-mapbox-gl.svg)](https://badge.fury.io/js/react-native-mapbox-gl) [![Circle CI](https://circleci.com/gh/mapbox/react-native-mapbox-gl/tree/master.svg?style=svg)](https://circleci.com/gh/mapbox/react-native-mapbox-gl/tree/master)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Freact-native-mapbox-gl.svg?type=shield)](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)

![](http://i.imgur.com/I8XkXcS.jpg)
![](https://cldup.com/A8S_7rLg1L.png)

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