Skip to content

Instantly share code, notes, and snippets.

@medic-code
Last active November 1, 2020 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medic-code/736808e3c3dacc978695bee82bde51e3 to your computer and use it in GitHub Desktop.
Save medic-code/736808e3c3dacc978695bee82bde51e3 to your computer and use it in GitHub Desktop.
export default class App extends Component {
/*
state = {
webview: false,
url: ''
}
} */
onSuccess = e => {
this.setState({url: e.data, webview: true})
};
// render() {
....
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment