Currently, I am developing a React-Native/TypeScript application for both iOS and Android platforms.
Upon completion of loading the webpage using RNWebView, it has become necessary for me to retrieve the HTTP response code.
Since NavState does not provide this functionality, my approach involves utilizing injected JavaScript to locate and extract the status code.
If you have any suggestions or tips on how to achieve this, please feel free to share them with me!