Gabe Levi
|
184bb1151a
|
[Flow] v0.11.0 cleaning - Part 14 (react-native-github)
|
2015-05-13 13:24:36 -07: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 |
|
Amjad Masad
|
c94f7c3656
|
[React Native] Sync from github
|
2015-03-27 22:09:11 -08:00 |
|
Basil Hosmer
|
6daf7d2634
|
last batch of UIExplorer flowification
|
2015-03-24 13:17:41 -08:00 |
|
Christopher Chedeau
|
e1ef0328d9
|
[ReactNative] Expanded license on js files
|
2015-03-23 13:17:54 -08:00 |
|
Spencer Ahrens
|
97f3c5a42b
|
[ReactNative] Remove duplicate example entries
|
2015-03-11 11:17:46 -08:00 |
|
Tadeu Zagallo
|
fa87d83af5
|
[ReactNative] Oss GeoMap
|
2015-03-09 17:55:40 -08:00 |
|