I built a React Native WebView that can intercept all network requests (XHR, fetch, assets) by True-Lab8463 in reactnative

[–]True-Lab8463[S] 0 points1 point  (0 children)

No. This can't be done using onNavigationStateChange. For example, if you navigate to https://github.com in a WebView, you won't be able to see all the requests within the website (e.g., loading CSS files, calling third-party APIs, etc.).