-
Access React Native WebView's console logs
I inherited a React Native application that contains a web browser component. The Web browser injects
window.ethereum
as a web3 provider which means that there is some additional code that we need to write to the window element. Creating a Dapp Browser could be an entirely different post!