diff --git a/docs/switch.html b/docs/switch.html index b54e2ea3373..627812243f2 100644 --- a/docs/switch.html +++ b/docs/switch.html @@ -35,7 +35,6 @@ });
Edit

Switch

Renders a boolean input.

This is a controlled component that requires an onValueChange callback that updates the value prop in order for the component to reflect user actions. If the value prop is not updated, the component will continue to render the supplied value prop instead of the expected result of any user actions.

-

@keyword checkbox @keyword toggle

Props

@@ -109,7 +108,7 @@
-

thumbTintColor

+

thumbColor

Color of the foreground switch grip. If this is set on iOS, the switch grip will lose its drop shadow.

diff --git a/docs/switch/index.html b/docs/switch/index.html index b54e2ea3373..627812243f2 100644 --- a/docs/switch/index.html +++ b/docs/switch/index.html @@ -35,7 +35,6 @@ });
Edit

Switch

Renders a boolean input.

This is a controlled component that requires an onValueChange callback that updates the value prop in order for the component to reflect user actions. If the value prop is not updated, the component will continue to render the supplied value prop instead of the expected result of any user actions.

-

@keyword checkbox @keyword toggle

Props

@@ -109,7 +108,7 @@

-

thumbTintColor

+

thumbColor

Color of the foreground switch grip. If this is set on iOS, the switch grip will lose its drop shadow.