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:
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 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> ); },
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