From f63e1f9f92ec02142de982b9e8deb78ac30ec1f5 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Fri, 18 Sep 2015 17:42:12 +0000
Subject: [PATCH] update website
---
docs/drawerlayoutandroid.html | 4 ++--
docs/touchablenativefeedback.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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>
);
},
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>
);
},
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