You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Fixed React Native app to work with latest versions of packages and removed dependency to yarn
This commit is contained in:
@ -20,7 +20,7 @@ class Checkbox extends Component {
|
||||
}
|
||||
|
||||
componentWillMount() {
|
||||
this.state = { checked: this.props.checked };
|
||||
this.setState({ checked: this.props.checked });
|
||||
}
|
||||
|
||||
componentWillReceiveProps(newProps) {
|
||||
|
Reference in New Issue
Block a user