Skip to content

Commit

Permalink
fix(types): Add missing applicationNameForUserAgent type in WebViewSh…
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlmightyBob authored Jul 29, 2020
1 parent 97aaf89 commit 91295e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/WebViewTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 91295e5

Please sign in to comment.