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:

/View> </DrawerLayoutAndroid> ); -},

Edit on GitHubProps #

drawerPosition enum(DrawerConsts.DrawerPosition.Left, DrawerConsts.DrawerPosition.Right) #

Specifies the side of the screen from which the drawer will slide in.

drawerWidth number #

Specifies the width of the drawer, more precisely the width of the view that be pulled in +},

Edit on GitHubProps #

drawerPosition enum(DrawerConsts.DrawerPosition.Left, DrawerConsts.DrawerPosition.Right) #

Specifies the side of the screen from which the drawer will slide in.

drawerWidth number #

Specifies the width of the drawer, more precisely the width of the view that be pulled in from the edge of the window.

keyboardDismissMode enum('none', "on-drag") #

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.

onDrawerClose function #

Function called whenever the navigation view has been closed.

onDrawerOpen function #

Function called whenever the navigation view has been opened.

onDrawerSlide function #

Function called whenever there is an interaction with the navigation view.

onDrawerStateChanged function #

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!

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.

androidactive bool #

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'); diff --git a/docs/scrollview.html b/docs/scrollview.html index 433eb630ba7..43c5303f474 100644 --- a/docs/scrollview.html +++ b/docs/scrollview.html @@ -6,7 +6,7 @@ set the height of the view directly (discouraged) or make sure all parent views have bounded height. Forgetting to transfer {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.

Edit on GitHubProps #

contentContainerStyle StyleSheetPropType(ViewStylePropTypes) #

These styles will be applied to the scroll view content container which +view from becoming the responder.

Edit on GitHubProps #

contentContainerStyle StyleSheetPropType(ViewStylePropTypes) #

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:

render: 'center', padding: 20, } -}

Edit on GitHubProps #

initialPage number #

Index of initial page that should be selected. Use setPage method to +}

Edit on GitHubProps #

initialPage number #

Index of initial page that should be selected. Use setPage method to update the page, and onPageSelected to monitor page changes

keyboardDismissMode enum('none', "on-drag") #

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.

onPageScroll function #

Executed when transitioning between pages (ether because of animation for