Krzysztof Magiera
|
ff00e1496c
|
[ReactNative] Rename ReactIOS JS module (and relatives) to ReactNative.
|
2015-05-13 13:24:35 -07:00 |
Spencer Ahrens
|
58a550fa06
|
[ReactNative] use requireNativeComponent to clean up a bunch of boilerplate
|
2015-04-21 21:06:48 -08:00 |
Philipp von Weitershausen
|
a0db658982
|
[MAdMan] flowify AdsManagerGeoUtils
|
2015-04-21 08:11:30 -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>
![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 |
Jiajie Zhu
|
571ade3ffc
|
[react-native] map view - add onTouch** props
|
2015-03-31 16:52:49 -08:00 |
Basil Hosmer
|
95deed578c
|
flowified Libraries from Avik
|
2015-03-25 12:44:28 -08:00 |
Christopher Chedeau
|
e1ef0328d9
|
[ReactNative] Expanded license on js files
|
2015-03-23 13:17:54 -08:00 |
Spencer Ahrens
|
b396de3cc8
|
[ReactNative] s/RK/RCT in OSS
|
2015-03-17 02:48:57 -08:00 |
Tadeu Zagallo
|
fa87d83af5
|
[ReactNative] Oss GeoMap
|
2015-03-09 17:55:40 -08:00 |