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 {