From 5dbdb12d9198ef6337787ff944be388d2f5a1a80 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 3 Nov 2016 16:52:27 -0700 Subject: [PATCH] Deprecate MapView in favor of airbnb/react-native-maps Summary: Compared to the `` 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 `` implementation for React Native. We are going to release the deprecated `` 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 ``` screenshot 2016-11-01 20 17 31 Warning is shown: