Stan Chollet
|
76ea00483d
|
TabBarIOS tintColor
Summary:
[Origin Pull request](https://github.com/facebook/react-native/pull/961) from [cmcewen](https://github.com/cmcewen)
All the work have been done by @cmcewen, I just rebased his work with the master.
Closes https://github.com/facebook/react-native/pull/1337
Github Author: Stan Chollet <stanislas.chollet@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
|
2015-05-26 17:21:36 -08:00 |
|
Vladimir Kurchatkin
|
a142ed50ff
|
Add letterSpacing style property for Text
Summary:
Fixes #457
Closes https://github.com/facebook/react-native/pull/482
Github Author: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
Test Plan: Imported from GitHub, without a `Test Plan:` line.
|
2015-05-13 13:24:36 -07:00 |
|
Alex Kotliarskyi
|
286e1b0ae9
|
[ReactNative] Re-record OSS snapshot tests
|
2015-05-06 09:31:39 -07: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 |
|