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:
parent
2ec9e0c690
commit
25ea176f63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue