I want to modify the user agent string in a WebView so that on the server side I can detect that the request has come from my react-native app. I want to do this using the sourc
For iOS, you can use WKWebView instead of WebView which support userAgent setting.
https://github.com/react-native-community/react-native-webview/blob/master/docs/Reference.md#useragent