Alex Kotliarskyi
|
8c95de11e1
|
[ReactNative] Re-record OSS snapshot tests
|
2015-05-06 09:54:17 -08:00 |
|
Ben Alpert
|
eff7c8018c
|
[react-native] Update UIExplorer snapshot tests
|
2015-04-29 17:53:52 -08:00 |
|
Nick Lockwood
|
ead0f2e020
|
Implemented thread control for exported methods
|
2015-04-18 11:13:39 -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
|
698988017c
|
Added support for text padding
|
2015-03-27 09:21:27 -08:00 |
|
Spencer Ahrens
|
15f6783f34
|
[ReactNative] Add snapshot tests for examples
|
2015-03-24 21:48:49 -08:00 |
|