소스 검색

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

Penar Musaraj 5 년 전
부모
커밋
b06be7e136
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      src/WebViewTypes.ts

+ 7
- 0
src/WebViewTypes.ts 파일 보기

@@ -376,6 +376,13 @@ export interface IOSWebViewProps extends WebViewSharedProps {
376 376
    * @platform ios
377 377
    */
378 378
   useSharedProcessPool?: boolean;
379
+
380
+  /**
381
+   * Append to the existing user-agent. Overriden if `userAgent` is set.
382
+   * @platform ios
383
+   */
384
+  applicationNameForUserAgent?: string;
385
+
379 386
   /**
380 387
    * The custom user agent string.
381 388
    */