Skip to content

Instantly share code, notes, and snippets.

@giioohbernini
Created July 28, 2020 17:02
Show Gist options
  • Save giioohbernini/79e117c561ea63adff7461bfeb47df4a to your computer and use it in GitHub Desktop.
Save giioohbernini/79e117c561ea63adff7461bfeb47df4a to your computer and use it in GitHub Desktop.
Web to native #6
// ....
<WebView
source={{ uri: URI }}
onMessage={handleOnMessage}
onNavigationStateChange={handleNavigationChange}
ref={handleRef}
onLoadStart={handleSpinner(true)}
onLoad={handleSpinner(false)}
/>
// ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment