react-native/Examples/UIExplorer
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
..
Navigator [ReactNative] Start Navigator gesture config, disable gesture in AdsManager 2015-04-03 14:11:32 -08:00
UIExplorer Refactored RCTLog and added facility to prepend extra data to the log message 2015-04-07 07:35:57 -08:00
UIExplorer.xcodeproj [React Native] RCT_EXPORT lvl.2 2015-04-08 08:34:10 -08:00
UIExplorerTests MapView to support MKPointAnnotation using new attribute annotate in Map... 2015-04-14 18:03:37 -08:00
ActionSheetIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ActivityIndicatorIOSExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
AdSupportIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
AlertIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
AppStateIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
AsyncStorageExample.js Add promise support to AsyncStorage 2015-04-07 01:45:26 -08:00
BorderExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
CameraRollExample.ios.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
CameraRollView.ios.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
DatePickerIOSExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
GeolocationExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ImageCapInsetsExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ImageExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ImageMocks.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
LayoutExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ListViewExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
ListViewPagingExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
MapViewExample.js MapView to support MKPointAnnotation using new attribute annotate in Map... 2015-04-14 18:03:37 -08:00
NavigatorIOSExample.js [UIExplorer] Fixed 'Push View Example' in NavigatorIOS example 2015-04-03 09:54:59 -08:00
NetInfoExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
PanResponderExample.js [ReactNative] Sort UIExplorer examples 2015-04-13 04:34:23 -08:00
PickerIOSExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
PointerEventsExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
PushNotificationIOSExample.js [ReactNative] Fix doc page for PushNotificationIOS 2015-04-01 13:19:42 -08:00
ScrollViewExample.js Renamed throttleScrollCallbackMS to scrollEventThrottle 2015-03-30 04:56:59 -08:00
SliderIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
StatusBarIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
SwitchIOSExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
TabBarIOSExample.js [ReactNative] Cleanup TabBar and its example 2015-04-02 13:51:59 -08:00
TextExample.ios.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
TextInputExample.js MapView to support MKPointAnnotation using new attribute annotate in Map... 2015-04-14 18:03:37 -08:00
TimerExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
TouchableExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
UIExplorerApp.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
UIExplorerBlock.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
UIExplorerList.js [ReactNative] Sort UIExplorer examples 2015-04-13 04:34:23 -08:00
UIExplorerPage.js [catalyst] fix typo 2015-03-31 14:57:45 -08:00
UIExplorerTitle.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
VibrationIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ViewExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
WebViewExample.js make renderError and renderLoading props optional for WebView 2015-03-31 18:54:47 -08:00
createExamplePage.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00