You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
I just followed the tutorial, but it couldn't display the result on Android
all settings on gradle was done and my code on js just as same as the tutorial
I just followed the tutorial, but it couldn't display the result on Android
all settings on gradle was done and my code on js just as same as the tutorial
`
<View style={{flex: 1, flexDirection: 'column'}}>
<SketchView style={{flex: 1, backgroundColor: 'white'}}
ref="sketchRef"
selectedTool={this.state.toolSelected}
onSaveSketch={this.onSketchSave.bind(this)}
localSourceImagePath={this.props.localSourceImagePath}/>
`
The text was updated successfully, but these errors were encountered: