Created
July 28, 2020 17:02
-
-
Save giioohbernini/79e117c561ea63adff7461bfeb47df4a to your computer and use it in GitHub Desktop.
Web to native #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// .... | |
<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