diff --git a/.eslintrc b/.eslintrc index 9625936..5b8e404 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,10 +7,7 @@ "plugins": [ "react" ], - "globals": { - "analytics": true, - "Stripe": true - }, + "globals": { }, "rules": { "camelcase": [0], "comma-spacing": [0], diff --git a/install.md b/install.md index 8808820..e94a318 100644 --- a/install.md +++ b/install.md @@ -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. diff --git a/readme.md b/readme.md index c1495b0..b16ff9f 100644 --- a/readme.md +++ b/readme.md @@ -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)