mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
Clean up readme links
This commit is contained in:
@@ -7,10 +7,7 @@
|
||||
"plugins": [
|
||||
"react"
|
||||
],
|
||||
"globals": {
|
||||
"analytics": true,
|
||||
"Stripe": true
|
||||
},
|
||||
"globals": { },
|
||||
"rules": {
|
||||
"camelcase": [0],
|
||||
"comma-spacing": [0],
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@ Notes:
|
||||
* `libz.dylib`
|
||||
* 
|
||||
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`. 
|
||||
1. You can now `require(react-native-mapbox-gl)` and build.
|
||||
1. You can now `require('react-native-mapbox-gl')` and build.
|
||||
|
||||
@@ -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
|
||||
|
||||

|
||||
|
||||
# [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)
|
||||
|
||||
Reference in New Issue
Block a user