mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
fix(types): Add missing applicationNameForUserAgent type (#589)
This commit is contained in:
committed by
Thibault Malbranche
parent
1a0f2498d5
commit
b06be7e136
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user