mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-30 19:21:14 +00:00
fix(types): Add missing applicationNameForUserAgent type in WebViewSharedProps (#1542)
This commit is contained in:
@@ -973,4 +973,9 @@ export interface WebViewSharedProps extends ViewProps {
|
||||
* Should caching be enabled. Default is true.
|
||||
*/
|
||||
cacheEnabled?: boolean;
|
||||
|
||||
/**
|
||||
* Append to the existing user-agent. Overridden if `userAgent` is set.
|
||||
*/
|
||||
applicationNameForUserAgent?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user