diff --git a/docs/next/touchablewithoutfeedback.html b/docs/next/touchablewithoutfeedback.html index ddb2a59b9a8..9feff04d34e 100644 --- a/docs/next/touchablewithoutfeedback.html +++ b/docs/next/touchablewithoutfeedback.html @@ -75,7 +75,7 @@
function MyComponent(props) {
return (
- <View {...props} style={{flex: 1, backgroundColour: '#fff'}}>
+ <View {...props} style={{flex: 1, backgroundColor: '#fff'}}>
<Text>My Component</Text>
</View>
);
diff --git a/docs/next/touchablewithoutfeedback/index.html b/docs/next/touchablewithoutfeedback/index.html
index ddb2a59b9a8..9feff04d34e 100644
--- a/docs/next/touchablewithoutfeedback/index.html
+++ b/docs/next/touchablewithoutfeedback/index.html
@@ -75,7 +75,7 @@
Usage Example
function MyComponent(props) {
return (
- <View {...props} style={{flex: 1, backgroundColour: '#fff'}}>
+ <View {...props} style={{flex: 1, backgroundColor: '#fff'}}>
<Text>My Component</Text>
</View>
);