diff --git a/.flowconfig b/.flowconfig index aea408653..e5367e543 100644 --- a/.flowconfig +++ b/.flowconfig @@ -69,4 +69,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.71.0 +^0.72.0 diff --git a/Libraries/ReactNative/AppContainer.js b/Libraries/ReactNative/AppContainer.js index 8cdbd6dec..fde991045 100644 --- a/Libraries/ReactNative/AppContainer.js +++ b/Libraries/ReactNative/AppContainer.js @@ -102,9 +102,6 @@ class AppContainer extends React.Component { pointerEvents="box-none" style={styles.appContainer} ref={ref => { - /* $FlowFixMe(>=0.53.0 site=react_native_fb,react_native_oss) This - * comment suppresses an error when upgrading Flow's support for - * React. To see the error delete this comment and run Flow. */ this._mainRef = ref; }}> {this.props.children} diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 187b25e48..83ff2c6bd 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version] -^0.71.0 +^0.72.0 diff --git a/package.json b/package.json index c37b2724d..412789dba 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "eslint-plugin-jest": "21.8.0", "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.6.1", - "flow-bin": "^0.71.0", + "flow-bin": "^0.72.0", "jest": "23.0.0-charlie.1", "jest-junit": "3.7.0", "prettier": "1.12.1",