diff --git a/docs/mapview.html b/docs/mapview.html index c8739fe3b73..a43f1f8bb50 100644 --- a/docs/mapview.html +++ b/docs/mapview.html @@ -1,5 +1,5 @@ -
Map annotations with title/subtitle.
Insets for the map's legal label, originally at bottom left of the map.
-See EdgeInsetsPropType.js for more information.
The map type to be displayed.
Maximum size of area that can be displayed.
Minimum size of area that can be displayed.
Callback that is called continuously when the user is dragging the map.
Callback that is called once, when the user is done moving the map.
When this property is set to true and a valid camera is associated
+
Map annotations with title/subtitle.
Insets for the map's legal label, originally at bottom left of the map.
+See EdgeInsetsPropType.js for more information.
The map type to be displayed.
Maximum size of area that can be displayed.
Minimum size of area that can be displayed.
Callback that is called once, when the user is clicked on a annotation.
Callback that is called continuously when the user is dragging the map.
Callback that is called once, when the user is done moving the map.
When this property is set to true and a valid camera is associated
with the map, the camera’s pitch angle is used to tilt the plane
of the map. When this property is set to false, the camera’s pitch
angle is ignored and the map is always displayed as if the user
diff --git a/docs/navigatorios.html b/docs/navigatorios.html
index 2f8e55cc94b..ac6045a50bf 100644
--- a/docs/navigatorios.html
+++ b/docs/navigatorios.html
@@ -36,7 +36,7 @@ transitions back to it
resetTo(route) - Replaces the top it
});The background color of the navigation bar
NavigatorIOS uses "route" objects to identify child views, their props, and navigation bar configuration. "push" and all the other navigation operations expect routes to be like this:
The default wrapper style for components in the navigator. -A common use case is to set the backgroundColor for every page
A Boolean value that indicates whether the navigation bar is hidden
The color used for buttons in the navigation bar
The text color of the navigation bar title
A Boolean value that indicates whether the navigation bar is hidden
The color used for buttons in the navigation bar
The text color of the navigation bar title
A Boolean value that indicates whether the navigation bar is translucent