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.