diff --git a/docs/drawerlayoutandroid.html b/docs/drawerlayoutandroid.html index 5a31ca945e0..75742ee6969 100644 --- a/docs/drawerlayoutandroid.html +++ b/docs/drawerlayoutandroid.html @@ -12,8 +12,8 @@ be set by the drawerWidth prop.

Example:

={300} drawerPosition={DrawerLayoutAndroid.positions.Left} renderNavigationView={() => navigationView}> - <Text style={{10, fontSize: 15, textAlign: 'right'}}>Hello</Text> - <Text style={{10, fontSize: 15, textAlign: 'right'}}>World!</Text> + <Text style={{margin: 10, fontSize: 15, textAlign: 'right'}}>Hello</Text> + <Text style={{margin: 10, fontSize: 15, textAlign: 'right'}}>World!</Text> </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 diff --git a/docs/touchablenativefeedback.html b/docs/touchablenativefeedback.html index bc46450e574..e65f7faa1af 100644 --- a/docs/touchablenativefeedback.html +++ b/docs/touchablenativefeedback.html @@ -11,7 +11,7 @@ of RCTView node with some additional properties set.

Background drawable o <View style={{width: 150, height: 100, backgroundColor: 'red'}}> <Text style={{margin: 30}}>Button</Text> </View> - </TouchableHighlight> + </TouchableNativeFeedback> ); },

Edit on GitHubProps #

background backgroundPropType #

Determines the type of background drawable that's going to be used to display feedback. It takes an object with type property and extra data