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>
![mapview-pinannotation](https://cloud.githubusercontent.com/assets/845379/7100280/6c1ffc08-dfe5-11e4-9d1b-8da6a65da1bc.png)
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 |
Spencer Ahrens
|
3f137da232
|
[ReactNative] OSS snapshot tests
|
2015-03-24 10:16:15 -08:00 |
Christopher Chedeau
|
1aeb02ada3
|
[ReactNative] Expanded license on obj-c files
|
2015-03-23 13:18:29 -08:00 |
Spencer Ahrens
|
198640b087
|
[ReactNative] Add AsyncStorageTest
|
2015-03-18 13:15:40 -08:00 |
Spencer Ahrens
|
fbc3a16047
|
[ReactNative] Add timers integration test
|
2015-03-18 13:15:39 -08:00 |
Spencer Ahrens
|
3cc81c6561
|
[ReactNative] Add integration test stuff
|
2015-03-13 18:03:34 -08:00 |