瀏覽代碼

Merge branch 'master' into cleaning-unused-state-and-will-mount

Thibault Malbranche 5 年之前
父節點
當前提交
6e0ca8aa07
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -58,7 +58,7 @@ Simply install React Native WebView and then use it in place of the core WebView
58 58
   * `yarn flow-android` or `npm run flow-android` for Android
59 59
 * If you want to add another React Native platform to this repository, you will need to create another `.flowconfig` for it. If your platform is `example`, copy the main flowconfig and rename it to `.flowconfig.example`. Then edit the config to ignore other platforms, and add `.*/*[.]example.js` to the ignore lists of the other platforms. Then add an entry to `package.json` like this:
60 60
   * `    "flow-example": "flow check --flowconfig-name .flowconfig.example"`
61
-* Currently you need to install React Native 0.57 to be able to test these types - `flow check` will not pass aganst 0.56.
61
+* Currently you need to install React Native 0.57 to be able to test these types - `flow check` will not pass against 0.56.
62 62
 
63 63
 ## Maintainers
64 64