William Chong 4 yıl önce
ebeveyn
işleme
a0b60ce988
No account linked to committer's email address
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5
    0
      src/WebViewTypes.ts

+ 5
- 0
src/WebViewTypes.ts Dosyayı Görüntüle

@@ -897,4 +897,9 @@ export interface WebViewSharedProps extends ViewProps {
897 897
    * Should caching be enabled. Default is true.
898 898
    */
899 899
   cacheEnabled?: boolean;
900
+
901
+  /**
902
+   * Append to the existing user-agent. Overriden if `userAgent` is set.
903
+   */
904
+  applicationNameForUserAgent?: string;
900 905
 }