Skip to content

Commit b376904

Browse files
authored
Update README.md
1 parent bd63d34 commit b376904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ class MyWebComponent extends Component {
3838
source={{ uri: 'https://infinite.red/react-native' }}
3939
style={{ marginTop: 20 }}
4040
onLoadProgress={e=>console.log(e.nativeEvent.progress)}
41+
onShouldStartLoadWithRequest={e=>{
42+
console.log(e.nativeEvent.progress)
43+
return true
44+
}}
4145
/>
4246
);
4347
}

0 commit comments

Comments
 (0)