Browse Source

Merge branch 'master' into master

Thibault Malbranche 6 years ago
parent
commit
ec862e8328
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      package.json
  2. 1
    1
      typings/index.d.ts

+ 1
- 1
package.json View File

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 View File

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
 }