Skip to content

Commit

Permalink
close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
leolusoli committed Nov 17, 2017
1 parent e38e71a commit 84fc7d6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

<center>
<img src="https://github.com/novalabio/react-native-maps-super-cluster-example/blob/master/assets/demo.gif?raw=true" width="240">
</center>

## 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.

Expand Down Expand Up @@ -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).
<img src="https://github.com/wix/react-native/blob/master/src/videos/demo.gif?raw=true" width="240">

# Props Definition

**Name** | **Type** | **Required** | **Default** | **Note**
Expand Down

0 comments on commit 84fc7d6

Please sign in to comment.