From b06be7e136ceb21217fffcbd728dec4c3776ba31 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Sun, 2 Jun 2019 15:11:51 -0400 Subject: [PATCH] fix(types): Add missing applicationNameForUserAgent type (#589) --- src/WebViewTypes.ts | 7 +++++++ 1 file changed, 7 insertions(+) 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. */