Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 279 Bytes

File metadata and controls

9 lines (6 loc) · 279 Bytes

REACT NATIVE WEBVIEW PROXY

This is repository is custom component webview for using proxy feature inside webview.

<WebView source={{ uri: url, proxies: '192.168.x.xx:8080' }} style={{flex: 1}} />

"react-native-webview": "^11.13.0" "react": "17.0.1", "react-native": "0.64.2",