Skip to content

Commit

Permalink
Upgrade to 1.9.1
Browse files Browse the repository at this point in the history
Reviewed By: vjeux

Differential Revision: D6497877

fbshipit-source-id: 3b88b96e375ddf1fbe039a0593569bbdde40a2dc
  • Loading branch information
adamjernst authored and facebook-github-bot committed Dec 7, 2017
1 parent b13806c commit 1d22a53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/CheckBoxExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ class EventCheckBoxExample extends React.Component<{}, $FlowFixMeState> {
<View>
<CheckBox
onValueChange={value =>
this.setState({eventCheckBoxRegressionIsOn: value})}
this.setState({eventCheckBoxRegressionIsOn: value})
}
style={{marginBottom: 10}}
value={this.state.eventCheckBoxRegressionIsOn}
/>
<CheckBox
onValueChange={value =>
this.setState({eventCheckBoxRegressionIsOn: value})}
this.setState({eventCheckBoxRegressionIsOn: value})
}
style={{marginBottom: 10}}
value={this.state.eventCheckBoxRegressionIsOn}
/>
Expand Down

0 comments on commit 1d22a53

Please sign in to comment.