Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 14, 2016
1 parent a5aef12 commit 2962dee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ _An experimental React Native component for building maps with the [Mapbox iOS S

[![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)

# Support
## 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; however, bug reports and pull requests are certainly welcome.

If you need help, try [the Discord channel](https://discord.gg/0iAWSG9X4zDK8ptn).

# Installation
## Installation

```
npm install react-native-mapbox-gl --save
Expand All @@ -20,11 +20,11 @@ npm install react-native-mapbox-gl --save
* [iOS](/ios/install.md) (manually),
or with [CocoaPods](/ios/install-cocoapods.md)

# API
## API
* [Android](/android/API.md)
* [iOS](/ios/API.md)

# Example
## Example
* [Android](/android/example.js)
* [iOS](/ios//example.js)

Expand Down

0 comments on commit 2962dee

Please sign in to comment.