From ab4db5b3e670a916636cf530e7c624769dac2d28 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 13 Sep 2016 10:57:03 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/mapview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/mapview.html b/releases/next/docs/mapview.html index b93897f9639..b36ba3203c5 100644 --- a/releases/next/docs/mapview.html +++ b/releases/next/docs/mapview.html @@ -1,7 +1,7 @@ MapView

MapView #

This component is only supported on iOS.

MapView is used to display embeddable maps and annotations using MKMapView.

For a cross-platform solution, check out -react-native-maps -by Leland Richardson.

import React, { Component } from 'react'; +react-native-maps +by Airbnb.

import React, { Component } from 'react'; import { MapView } from 'react-native'; class MapMyRide extends Component {