From 04f6a6febd385b2bf9902ceb2c512fe35b0001bb Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 11 Jun 2019 15:55:27 +0000 Subject: [PATCH] Deploy website Deploy website version based on 8a18385ff12d2f7dc930c09d8a66f4885925385a --- docs/next/touchablewithoutfeedback.html | 2 +- docs/next/touchablewithoutfeedback/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

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>
   );
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>
   );