The dev wallet should not have any opinionated references to localhost or likely even port 8701 for that matter. Any such references should be replaced by window.location.href or equivalent if they are being executed client side.
Suggest A Solution
No response
What are you currently working on that this is blocking?
This is blocking react native usage of the dev wallet. There are a handful of cases where dev-wallet != localhost
Issue to be solved
The dev wallet should not have any opinionated references to localhost or likely even port 8701 for that matter. Any such references should be replaced by
window.location.href
or equivalent if they are being executed client side.Suggest A Solution
No response
What are you currently working on that this is blocking?
This is blocking react native usage of the dev wallet. There are a handful of cases where dev-wallet != localhost