fix(types): Add missing applicationNameForUserAgent type (#589)

This commit is contained in:
Penar Musaraj
2019-06-02 21:11:51 +02:00
committed by Thibault Malbranche
parent 1a0f2498d5
commit b06be7e136
+7
View File
@@ -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.
*/