From 84fc7d689d6d17b3e8ef0e3759fe7800d8c04211 Mon Sep 17 00:00:00 2001 From: Leonardo Lusoli Date: Fri, 17 Nov 2017 10:47:47 +0100 Subject: [PATCH] close #1 --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3280a68..7f334ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # React Native Super Cluster This module wraps [AirBnB's react-native-maps](https://github.com/airbnb/react-native-maps) and uses [MapBox's SuperCluster](https://github.com/mapbox/supercluster) as clustering engine. +# Example + +[See the showcase application](https://github.com/novalabio/react-native-maps-super-cluster-example). + +
+ +
+ ## Rationale This module wants to provide a stable and performing solution for maps clustering in React Native. In particular, our efforts are focused on integrating SuperCluster methods into React's state/lifecycle events, ensuring stability, compatibility and great performance. @@ -49,11 +57,6 @@ export default class MyClusteredMapView extends Component { } ``` -# Example - -[See the showcase application](https://github.com/novalabio/react-native-maps-super-cluster-example). - - # Props Definition **Name** | **Type** | **Required** | **Default** | **Note**