From 315beafe2e95e8cdb11baf4bf792cf1c936a8352 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 2 Nov 2018 18:24:25 +0000 Subject: [PATCH] Deploy website Deploy website version based on dbc3ce2ad14e021e0641cd0469051f2d96772a05 --- docs/next/images.html | 1 + docs/next/images/index.html | 1 + docs/next/switch.html | 4 ++-- docs/next/switch/index.html | 4 ++-- docs/next/view-style-props.html | 3 +++ docs/next/view-style-props/index.html | 3 +++ docs/switch.html | 5 +++-- docs/switch/index.html | 5 +++-- 8 files changed, 18 insertions(+), 8 deletions(-) diff --git a/docs/next/images.html b/docs/next/images.html index 8cfc50ffc62..ad4839fa75b 100644 --- a/docs/next/images.html +++ b/docs/next/images.html @@ -42,6 +42,7 @@
.
 ├── button.js
 └── img
+    ├── check.png
     ├── check@2x.png
     └── check@3x.png
 
diff --git a/docs/next/images/index.html b/docs/next/images/index.html index 8cfc50ffc62..ad4839fa75b 100644 --- a/docs/next/images/index.html +++ b/docs/next/images/index.html @@ -42,6 +42,7 @@
.
 ├── button.js
 └── img
+    ├── check.png
     ├── check@2x.png
     └── check@3x.png
 
diff --git a/docs/next/switch.html b/docs/next/switch.html index dbca0d2986a..6a909241cc6 100644 --- a/docs/next/switch.html +++ b/docs/next/switch.html @@ -64,8 +64,8 @@

trackColor

-

Custom colors for the switch track. onTintColor is now deprecated.

-

iOS: when the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

+

Custom colors for the switch track.

+

iOS: When the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

diff --git a/docs/next/switch/index.html b/docs/next/switch/index.html index dbca0d2986a..6a909241cc6 100644 --- a/docs/next/switch/index.html +++ b/docs/next/switch/index.html @@ -64,8 +64,8 @@
TypeRequired

trackColor

-

Custom colors for the switch track. onTintColor is now deprecated.

-

iOS: when the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

+

Custom colors for the switch track.

+

iOS: When the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

diff --git a/docs/next/view-style-props.html b/docs/next/view-style-props.html index 45cf8b1a165..1a0c5a1f160 100644 --- a/docs/next/view-style-props.html +++ b/docs/next/view-style-props.html @@ -35,6 +35,9 @@ });
Edit

View Style Props

Props

Edit

View Style Props

TypeRequired

trackColor

-

Custom colors for the switch track. onTintColor is now deprecated.

-

iOS: when the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

+

Custom colors for the switch track.

+

iOS: When the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

@@ -120,6 +120,7 @@
TypeRequired

tintColor

+

tintColor is deprecated, use trackColor instead.

Border color on iOS and background color on Android when the switch is turned off.

diff --git a/docs/switch/index.html b/docs/switch/index.html index ff12429d44a..121545f9bbc 100644 --- a/docs/switch/index.html +++ b/docs/switch/index.html @@ -64,8 +64,8 @@

trackColor

-

Custom colors for the switch track. onTintColor is now deprecated.

-

iOS: when the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

+

Custom colors for the switch track.

+

iOS: When the switch value is false, the track shrinks into the border. If you want to change the color of the background exposed by the shrunken track, use ios_backgroundColor.

@@ -120,6 +120,7 @@
TypeRequired

tintColor

+

tintColor is deprecated, use trackColor instead.

Border color on iOS and background color on Android when the switch is turned off.