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 |
|
Alex Akers
|
fcc87916d2
|
[React Native] Fix RCTText crashes
|
2015-04-09 07:34:12 -08:00 |
|
Tadeu Zagallo
|
bec7d0202c
|
[ReactNative] Fix variable shadowing in RCTText
|
2015-04-07 13:29:43 -08:00 |
|
Alex Akers
|
397d4666d9
|
[React Native] #WIP Modify RCTShadowText measure function to honor maxNumberOfLines property
|
2015-04-07 02:11:01 -08:00 |
|
Nick Lockwood
|
698988017c
|
Added support for text padding
|
2015-03-27 09:21:27 -08:00 |
|
Tadeu Zagallo
|
20291a02df
|
[ReactNative] s/ReactKit/React/g
|
2015-03-26 02:42:24 -08:00 |
|
Christopher Chedeau
|
1aeb02ada3
|
[ReactNative] Expanded license on obj-c files
|
2015-03-23 13:18:29 -08:00 |
|
Spencer Ahrens
|
99f7a0ab9d
|
[ReactNative] Pull out some OSS modules into separate libs
|
2015-02-27 08:36:52 -08:00 |
|