Clean up readme links

This commit is contained in:
Tom MacWright
2015-07-01 19:41:56 -04:00
parent bc8416f268
commit 830056f4e0
3 changed files with 6 additions and 9 deletions
+1 -4
View File
@@ -7,10 +7,7 @@
"plugins": [
"react"
],
"globals": {
"analytics": true,
"Stripe": true
},
"globals": { },
"rules": {
"camelcase": [0],
"comma-spacing": [0],
+1 -1
View File
@@ -21,4 +21,4 @@ Notes:
* `libz.dylib`
* ![](https://cldup.com/KuSEgMQQSy.gif)
1. Click on the `RCTMapboxGL` project. Under the `Build Settings` tab, search for `header_search_path`. Make sure `$(SRCROOT)/../../React` and `$(SRCROOT)/../react-native/React` are added and set to `recursive`. ![](https://cldup.com/81zUEHaKoX.png)
1. You can now `require(react-native-mapbox-gl)` and build.
1. You can now `require('react-native-mapbox-gl')` and build.
+4 -4
View File
@@ -1,6 +1,6 @@
# React Native Mapbox GL
_A react native component for building maps with [Mapbox GL](https://www.mapbox.com/mapbox-gl/)_
_A React Native component for building maps with [Mapbox GL](https://www.mapbox.com/mapbox-gl/)_
```
npm install react-native-mapbox-gl --save
@@ -8,8 +8,8 @@ npm install react-native-mapbox-gl --save
![](https://cldup.com/A8S_7rLg1L.png)
# [Installation](https://github.com/bsudekum/react-native-mapbox-gl/blob/master/install.md)
# [Installation](/install.md)
# [API](https://github.com/bsudekum/react-native-mapbox-gl/blob/master/API.md)
# [API](/API.md)
# [Example](https://github.com/bsudekum/react-native-mapbox-gl/blob/master/example.js)
# [Example](/example.js)