diff --git a/src/WebViewTypes.ts b/src/WebViewTypes.ts index 4591de2..9035dad 100644 --- a/src/WebViewTypes.ts +++ b/src/WebViewTypes.ts @@ -376,6 +376,13 @@ export interface IOSWebViewProps extends WebViewSharedProps { * @platform ios */ useSharedProcessPool?: boolean; + + /** + * Append to the existing user-agent. Overriden if `userAgent` is set. + * @platform ios + */ + applicationNameForUserAgent?: string; + /** * The custom user agent string. */