diff --git a/docs/drawerlayoutandroid.html b/docs/drawerlayoutandroid.html
index 195f02b2e00..17b495a3df6 100644
--- a/docs/drawerlayoutandroid.html
+++ b/docs/drawerlayoutandroid.html
@@ -20,7 +20,7 @@ be set by the drawerWidth prop.
Example:
Specifies the side of the screen from which the drawer will slide in.
Specifies the width of the drawer, more precisely the width of the view that be pulled in +},
Specifies the side of the screen from which the drawer will slide in.
Specifies the width of the drawer, more precisely the width of the view that be pulled in from the edge of the window.
Determines whether the keyboard gets dismissed in response to a drag. - 'none' (the default), drags do not dismiss the keyboard. - 'on-drag', the keyboard is dismissed when a drag begins.
Function called whenever the navigation view has been closed.
Function called whenever the navigation view has been opened.
Function called whenever there is an interaction with the navigation view.
Function called when the drawer state has changed. The drawer can be in 3 states:
diff --git a/docs/mapview.html b/docs/mapview.html
index 3c8c986ca6f..41f35d45d30 100644
--- a/docs/mapview.html
+++ b/docs/mapview.html
@@ -14,7 +14,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.
If false the user won't be able to pinch/zoom the map.
-Default value is true.
If false points of interest won't be displayed on the map.
+Default value is true.
If false points of interest won't be displayed on the map.
Default value is true.
{flex: 1} down the
view stack can lead to errors here, which the element inspector makes
easy to debug.Doesn't yet support other contained responders from blocking this scroll -view from becoming the responder.
These styles will be applied to the scroll view content container which +view from becoming the responder.
These styles will be applied to the scroll view content container which wraps all of the child views. Example:
return ( <ScrollView contentContainerStyle={styles.contentContainer}> </ScrollView> diff --git a/docs/viewpagerandroid.html b/docs/viewpagerandroid.html index a25cfbfd685..07ff3aab4fb 100644 --- a/docs/viewpagerandroid.html +++ b/docs/viewpagerandroid.html @@ -25,7 +25,7 @@ child.
Example:
Index of initial page that should be selected. Use setPage method to
+}
Index of initial page that should be selected. Use setPage method to
update the page, and onPageSelected to monitor page changes
Determines whether the keyboard gets dismissed in response to a drag. - 'none' (the default), drags do not dismiss the keyboard. - 'on-drag', the keyboard is dismissed when a drag begins.
Executed when transitioning between pages (ether because of animation for