瀏覽代碼

Merge branch 'master' into master

Thibault Malbranche 6 年之前
父節點
當前提交
ec862e8328
No account linked to committer's email address
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      package.json
  2. 1
    1
      typings/index.d.ts

+ 1
- 1
package.json 查看文件

8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9
   ],
9
   ],
10
   "license": "MIT",
10
   "license": "MIT",
11
-  "version": "2.11.0",
11
+  "version": "2.12.0",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13
   "scripts": {
13
   "scripts": {
14
     "test:ios:flow": "flow check",
14
     "test:ios:flow": "flow check",

+ 1
- 1
typings/index.d.ts 查看文件

436
   public reload: () => void;
436
   public reload: () => void;
437
   public stopLoading: () => void;
437
   public stopLoading: () => void;
438
   public postMessage: (msg: string) => void;
438
   public postMessage: (msg: string) => void;
439
-  public injectJavaScript: (js: string) => void
439
+  public injectJavaScript: (js: string) => void;
440
 }
440
 }