How to use proxy in React native?

Viewed 38

The idea is whenever a user opens our store site through webview or in-app browser, the user's location is mocked to, let's say USA, ignoring the actual location of the user. How can this be corrected? For example, if a user opens Amazon's site through webview, Amazon USA will always be opened rather than the user's home country version. It should work in real-time.

0 Answers
Related