react-native/Libraries
Martin Konicek 5dbdb12d91 Deprecate MapView in favor of airbnb/react-native-maps
Summary:
Compared to the `<MapView>` that comes with React Native, [react-native-maps](https://github.com/airbnb/react-native-maps) work on Android and is more feature complete. It is actively maintained and used extensively (9.2k installs / month, see [JS.Coach](https://js.coach/react-native/react-native-maps?search=react-native-maps)).

We think now is a good time to switch to react-native-maps in your applications and make `react-native-maps` the official `<MapView>` implementation for React Native.

We are going to release the deprecated `<MapView>` as a separate npm module so you can migrate to `react-native-maps` at your own pace.

**Test Plan**

Checked the docs render correctly on the website:

```
cd website
npm install
npm start
```

<img width="696" alt="screenshot 2016-11-01 20 17 31" src="https://cloud.githubusercontent.com/assets/346214/19905831/480074b8-a070-11e6-8779-8e12343c2883.png">

Warning is shown:

<img width="423" alt="screenshot 2016-11-01 20 39 21" src="https://cloud.githu
Closes https://github.com/facebook/react-native/pull/10500

Differential Revision: D4119602

Pulled By: mkonicek

fbshipit-source-id: 86780a98bf999e6047565ab66a5ebbd15e499a46
2016-12-13 16:12:10 +00:00
..
ART Better error for ART <Group /> 2016-12-12 11:37:17 +00:00
ActionSheetIOS Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
AdSupport Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Alert fix typo in Alert.js 2016-10-14 08:13:55 -07:00
Animated Add more info link for warnedMissingNativeAnimated 2016-12-12 11:36:38 +00:00
AppState Remove deprecated APIs and modules 2016-10-11 07:43:52 -07:00
BatchedBridge Deploy v0.35.0 2016-11-14 20:45:17 -08:00
BugReporting RN: Update React (2/2) 2016-11-04 05:43:44 -07:00
CameraRoll Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Components Deprecate MapView in favor of airbnb/react-native-maps 2016-12-13 16:12:10 +00:00
Core Remove hmr require from initialization code 2016-12-12 11:37:08 +00:00
CustomComponents Update type check for NavigationCardStack 2016-12-12 11:37:07 +00:00
DebugComponentHierarchy Move React Core Integration to a Dependency 2016-04-21 09:28:23 -07:00
EventEmitter RN: Cleanup OSS JS & Flow Declarations 2016-11-20 17:58:29 -08:00
Experimental update comment to reflect change in function name to renderQuickActions 2016-12-12 11:37:18 +00:00
Geolocation Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Image Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Inspector RN: Update React (2/2) 2016-11-04 05:43:44 -07:00
Interaction Add missing backtick in PanResponder.js docs 2016-12-12 11:36:38 +00:00
JSInspector Add Network agent 2016-11-02 12:29:15 -07:00
LayoutAnimation Mention that LayoutAnimation has to be explicitly enabled on A… 2016-11-25 15:28:28 -08:00
Linking Auto-fix lint errors 2016-08-09 06:43:46 -07:00
LinkingIOS Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Modal make Modal pass rootTag to AppContainer 2016-11-18 01:43:26 -08:00
NativeAnimation Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
NavigationExperimental Fix animation in fast navigation between scenes 2016-11-23 09:58:42 -08:00
Network Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Performance RN: Update React (2/2) 2016-11-04 05:43:44 -07:00
PermissionsAndroid Handle "Never Ask Again" in permissions and add requestMultiplePermissions 2016-11-24 22:43:28 -08:00
PushNotificationIOS Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
RCTTest Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
ReactNative Don't dismiss keyboard when tapping another text input 2016-11-25 05:43:30 -08:00
Renderer Add StyleSheet.setStyleAttributePreprocessor 2016-11-29 15:28:32 -08:00
Sample Update React Native minimum OS version to iOS8 2016-09-01 19:43:47 -07:00
Settings Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Share Update Share.js. Fixed bad grammar 2016-11-23 11:28:29 -08:00
Storage Auto-fix lint errors 2016-08-09 06:43:46 -07:00
StyleSheet Add StyleSheet.setStyleAttributePreprocessor 2016-11-29 15:28:32 -08:00
Text Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
Utilities Do not call `toString` on functions in buildStyleInterpolator 2016-12-12 11:37:17 +00:00
Vibration Redo exported headers and include paths for opensource 2016-12-12 11:37:17 +00:00
WebSocket Rename and merge files for RCTWebSocketObserver protocol 2016-12-12 11:37:19 +00:00
react-native RN: Cleanup OSS JS & Flow Declarations 2016-11-20 17:58:29 -08:00
vendor RN: Cleanup OSS JS & Flow Declarations 2016-11-20 17:58:29 -08:00
Promise.js Make onUnhandled safe for undefined errors 2016-08-02 07:58:28 -07:00
promiseRejectionIsError.js RN: Cleanup OSS JS & Flow Declarations 2016-11-20 17:58:29 -08:00