We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd63d34 commit b376904Copy full SHA for b376904
README.md
@@ -38,6 +38,10 @@ class MyWebComponent extends Component {
38
source={{ uri: 'https://infinite.red/react-native' }}
39
style={{ marginTop: 20 }}
40
onLoadProgress={e=>console.log(e.nativeEvent.progress)}
41
+ onShouldStartLoadWithRequest={e=>{
42
+ console.log(e.nativeEvent.progress)
43
+ return true
44
+ }}
45
/>
46
);
47
}
0 commit comments