Fix tab in Examples/UIExplorer/SwitchExample.js

Summary: Closes https://github.com/facebook/react-native/pull/7585

Differential Revision: D3332470

fbshipit-source-id: 660dbb3e635a45cff35583b1a01094ec09ecb6fb
This commit is contained in:
Nicolas Charpentier 2016-05-21 00:09:46 -07:00 committed by Facebook Github Bot 7
parent 2ec9e0c690
commit 25ea176f63
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ var EventSwitchExample = React.createClass({
onValueChange={(value) => this.setState({eventSwitchIsOn: value})}
style={{marginBottom: 10}}
value={this.state.eventSwitchIsOn} />
<Text>{this.state.eventSwitchIsOn ? 'On' : 'Off'}</Text>
<Text>{this.state.eventSwitchIsOn ? 'On' : 'Off'}</Text>
</View>
<View>
<Switch