diff --git a/docs/image.html b/docs/image.html
index 1e4074d49d2..9cb06e5c1da 100644
--- a/docs/image.html
+++ b/docs/image.html
@@ -457,7 +457,8 @@ exports.examples : 'Image Size',
render: function() {
return <ImageSizeExample source={fullImage} />;
- }
+ },
+ platform: 'ios',
},
];
diff --git a/docs/mapview.html b/docs/mapview.html
index e07bef68840..0f379baff4d 100644
--- a/docs/mapview.html
+++ b/docs/mapview.html
@@ -13,7 +13,7 @@ Default value is false.
NOTE: You need to ad
Info.plist to enable geolocation, otherwise it is going
to fail silently!
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.
iosannotations [{latitude: number, longitude: number, animateDrop: bool, title: string, subtitle: string, leftCalloutView: element, rightCalloutView: element, detailCalloutView: element, tintColor: ColorPropType, image: Image.propTypes.source, view: element, id: string, hasLeftCallout: bool, hasRightCallout: bool, onLeftCalloutPress: function, onRightCalloutPress: function}] #
Map annotations with title/subtitle.
ioslegalLabelInsets {top: number, left: number, bottom: number, right: number} #
Insets for the map's legal label, originally at bottom left of the map.
+Default value is true.
iosannotations [{latitude: number, longitude: number, animateDrop: bool, draggable: bool, onDragStateChange: function, title: string, subtitle: string, leftCalloutView: element, rightCalloutView: element, detailCalloutView: element, tintColor: ColorPropType, image: Image.propTypes.source, view: element, id: string, hasLeftCallout: bool, hasRightCallout: bool, onLeftCalloutPress: function, onRightCalloutPress: function}] #
Map annotations with title/subtitle.
ioslegalLabelInsets {top: number, left: number, bottom: number, right: number} #
Insets for the map's legal label, originally at bottom left of the map.
See EdgeInsetsPropType.js for more information.
iosmapType enum('standard', 'satellite', 'hybrid') #
The map type to be displayed.
- standard: standard road map (default)
- satellite: satellite view
- hybrid: satellite view with roads and points of interest overlaid
iosmaxDelta number #
Maximum size of area that can be displayed.
iosminDelta number #
Minimum size of area that can be displayed.
iosoverlays [{coordinates: [{latitude: number, longitude: number}], lineWidth: number, strokeColor: ColorPropType, fillColor: ColorPropType, id: string}] #
iosshowsCompass bool #
If false compass won't be displayed on the map.
Default value is true.
iosshowsPointsOfInterest bool #
If false points of interest won't be displayed on the map.
Default value is true.
'use strict';
@@ -22,6 +22,7 @@ Default value is true.