Jiajie Zhu
|
7b4ea51bf0
|
[madman] map - fix bug that onRegionChangeComplete stopped emitting
|
2015-05-07 16:16:27 -08:00 |
|
Jiajie Zhu
|
2294da777c
|
[catlyst|madman] make map fire onRegionChange for user zoom in/out again
|
2015-04-21 10:32:44 -08:00 |
|
Nick Lockwood
|
0b505901ba
|
Fixed map annotation crash
|
2015-04-16 04:29:35 -08:00 |
|
guru inamdar
|
7a68691686
|
MapView to support MKPointAnnotation using new attribute annotate in Map...
Summary:
### MapView to support Pin annotation
var pinLocation = {
latitude: property.latitude,
longitude: property.longitude,
title: property.title
};
this.state = {propertyPoint: pinLocation};
<MapView style={styles.map} region={this.state.region} annotate={this.state.propertyPoint}>
</MapView>

Closes https://github.com/facebook/react-native/pull/810
Github Author: guru inamdar <guru.inamdar@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
|
2015-04-14 18:03:37 -08:00 |
|
Nick Lockwood
|
bf4868edda
|
Added non-class-scanning-based approach fror registering js methods
|
2015-04-08 05:45:20 -08:00 |
|
Tadeu Zagallo
|
20291a02df
|
[ReactNative] s/ReactKit/React/g
|
2015-03-26 02:42:24 -08:00 |
|