diff --git a/README.md b/README.md index 2b59aae3a..7b6d358ea 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,20 @@ Since react-native 0.25.0, `React` should be required from `node_modules`. React Native versions from 0.18 should be working out of the box, for lower versions you should add `react` as a dependency in your `package.json`. +## Component API + +[`` Component API](docs/mapview.md) + +[`` Component API](docs/marker.md) + +[`` Component API](docs/callout.md) + +[`` Component API](docs/polygon.md) + +[`` Component API](docs/polyline.md) + +[`` Component API](docs/circle.md) + ## General Usage ```js @@ -272,21 +286,6 @@ Enable lite mode on Android with `liteMode` prop. Ideal when having multiple map ![](http://i.giphy.com/qZ2lAf18s89na.gif) -## Component API - -[`` Component API](docs/mapview.md) - -[`` Component API](docs/marker.md) - -[`` Component API](docs/callout.md) - -[`` Component API](docs/polygon.md) - -[`` Component API](docs/polyline.md) - -[`` Component API](docs/circle.md) - - ### Animated Region The MapView can accept an `MapView.AnimatedRegion` value as its `region` prop. This allows you to utilize the Animated API to control the map's center and zoom.