From 0c9f3d0882c9bb609781dc95282fb4e950d8ff64 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Date: Mon, 5 Sep 2016 22:45:53 +0000
Subject: [PATCH] Updated docs for next
---
releases/next/docs/switch.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releases/next/docs/switch.html b/releases/next/docs/switch.html
index 0f104e23b0a..35d3bef6ec9 100644
--- a/releases/next/docs/switch.html
+++ b/releases/next/docs/switch.html
@@ -4,7 +4,7 @@ If the value prop is not updated, the component will continue to re
the supplied value prop instead of the expected result of any user actions.
@keyword checkbox
@keyword toggle
Props #
disabled bool #
If true the user won't be able to toggle the switch.
Default value is false.
onValueChange function #
Invoked with the new value when the value changes.
testID string #
Used to locate this view in end-to-end tests.
value bool #
The value of the switch. If true the switch will be turned on.
-Default value is false.
iosonTintColor color #
Background color when the switch is turned on.
iosthumbTintColor color #
Color of the foreground switch grip.
iostintColor color #
Background color when the switch is turned off.
You can edit the content above on GitHub and send us a pull request!
'use strict';
+Default value is false.
iosonTintColor color #
Background color when the switch is turned on.
iosthumbTintColor color #
Color of the foreground switch grip.
iostintColor color #
Border color when the switch is turned off.
You can edit the content above on GitHub and send us a pull request!
'use strict';
var React = require('react');
var ReactNative = require('react-native');