From 986848ea980c8104151744343bdb766d1cd423f9 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 29 Oct 2015 18:23:47 +0000 Subject: [PATCH] update website --- docs/mapview.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/mapview.html b/docs/mapview.html index 74c1b464971..a60df73cb48 100644 --- a/docs/mapview.html +++ b/docs/mapview.html @@ -14,6 +14,7 @@ Default value is false.

NOTE: You need to ad Info.plist to enable geolocation, otherwise it is going to fail silently!

style View#style #

Used to style and layout the MapView. See StyleSheet.js and ViewStylePropTypes.js for more info.

zoomEnabled bool #

If false the user won't be able to pinch/zoom the map. +Default value is true.

iosshowsPointsOfInterest bool #

If false points of interest won't be displayed on the map. Default value is true.

Edit on GitHubExamples #

'use strict'; var React = require('react-native');