Skip to content

Instantly share code, notes, and snippets.

@alaingoldman
Created November 13, 2017 16:14
Show Gist options
  • Select an option

  • Save alaingoldman/1d90890ec928c55ddcdb4f2b4a11f866 to your computer and use it in GitHub Desktop.

Select an option

Save alaingoldman/1d90890ec928c55ddcdb4f2b4a11f866 to your computer and use it in GitHub Desktop.
<WebView
onLoadEnd={() => {
console.log("load ended")
}}
onLoadStart={() => {
console.log("load start")
}}
automaticallyAdjustContentInsets={false}
source={{uri: 'https://github.com/facebook/react-native'}}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment