diff --git a/.flowconfig b/.flowconfig index 69e9a5aef1..2df42b89ca 100644 --- a/.flowconfig +++ b/.flowconfig @@ -103,4 +103,4 @@ untyped-import untyped-type-import [version] -^0.99.0 +^0.100.0 diff --git a/.flowconfig.android b/.flowconfig.android index dce8cc3e8b..1d47c484ef 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -103,4 +103,4 @@ untyped-import untyped-type-import [version] -^0.99.0 +^0.100.0 diff --git a/Libraries/Lists/FlatList.js b/Libraries/Lists/FlatList.js index 292c6e1cc6..3722bc1a27 100644 --- a/Libraries/Lists/FlatList.js +++ b/Libraries/Lists/FlatList.js @@ -576,9 +576,6 @@ class FlatList extends React.PureComponent, void> { .map((it, kk) => keyExtractor(it, index * numColumns + kk)) .join(':'); } else { - /* $FlowFixMe(>=0.63.0 site=react_native_fb) This comment suppresses an - * error found when Flow v0.63 was deployed. To see the error delete this - * comment and run Flow. */ return keyExtractor(items, index); } }; diff --git a/package.json b/package.json index 47fbc2b66d..0be5ffb403 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "eslint-plugin-react-hooks": "^1.5.1", "eslint-plugin-react-native": "3.6.0", "eslint-plugin-relay": "1.3.0", - "flow-bin": "^0.99.0", + "flow-bin": "^0.100.0", "flow-remove-types": "1.2.3", "jest": "^24.7.1", "jest-junit": "^6.3.0", diff --git a/packages/react-native-codegen/src/cli/viewconfigs/generate-view-configs-cli.js b/packages/react-native-codegen/src/cli/viewconfigs/generate-view-configs-cli.js index 6603717369..2ce923a97a 100644 --- a/packages/react-native-codegen/src/cli/viewconfigs/generate-view-configs-cli.js +++ b/packages/react-native-codegen/src/cli/viewconfigs/generate-view-configs-cli.js @@ -31,8 +31,8 @@ generate( fileName.endsWith(supportedFileName), ), ), - /* $FlowFixMe(>=0.99.0 site=react_native_fb) This comment suppresses an error - * found when Flow v0.99 was deployed. To see the error, delete this comment - * and run Flow. */ + /* $FlowFixMe(>=0.99.0 site=react_native_fb) This comment suppresses an + * error found when Flow v0.99 was deployed. To see the error, delete this + * comment and run Flow. */ {test: argv.test, parser: 'flow'}, ); diff --git a/template/_flowconfig b/template/_flowconfig index 2047ef0464..80fa55fc38 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -96,4 +96,4 @@ untyped-import untyped-type-import [version] -^0.99.0 +^0.100.0 diff --git a/yarn.lock b/yarn.lock index 0eda165a26..9c5859f6db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3202,10 +3202,10 @@ flat-cache@^1.2.1: rimraf "~2.6.2" write "^0.2.1" -flow-bin@^0.99.0: - version "0.99.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.99.1.tgz#0d4f413ca84a3a95d0aa64214178684dd7c6a4c5" - integrity sha512-dipNwJlb4MsVt3IuDgPTymCNL4GFoq3pG+GbY6DmBbl0dJPWFSA383rCTmgbfFhoeJ1XCfYBan0BPryToSxiiQ== +flow-bin@^0.100.0: + version "0.100.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.100.0.tgz#729902726658cfa0a81425d6401f9625cf9f5534" + integrity sha512-jcethhgrslBJukH7Z7883ohFFpzLrdsOEwHxvn5NwuTWbNaE71GAl55/PEBRJwYpDvYkRlqgcNkANTv0x5XjqA== flow-parser@0.*: version "0.89.0"