We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa782b commit 4aa9c6eCopy full SHA for 4aa9c6e
Examples/UIExplorer/SwitchExample.js
@@ -109,7 +109,7 @@ var EventSwitchExample = React.createClass({
109
onValueChange={(value) => this.setState({eventSwitchIsOn: value})}
110
style={{marginBottom: 10}}
111
value={this.state.eventSwitchIsOn} />
112
- <Text>{this.state.eventSwitchIsOn ? 'On' : 'Off'}</Text>
+ <Text>{this.state.eventSwitchIsOn ? 'On' : 'Off'}</Text>
113
</View>
114
<View>
115
<Switch
0 commit comments