v0.72.0 in xplat/js

Reviewed By: gabelevi

Differential Revision: D7956747

fbshipit-source-id: b1993de405c273b3cc1ed74f994e8e75bda0a985
This commit is contained in:
Panagiotis Vekris 2018-05-11 17:44:27 -07:00 committed by Facebook Github Bot
parent c1e6f27823
commit 4767f9be45
4 changed files with 3 additions and 6 deletions

View File

@ -69,4 +69,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version] [version]
^0.71.0 ^0.72.0

View File

@ -102,9 +102,6 @@ class AppContainer extends React.Component<Props, State> {
pointerEvents="box-none" pointerEvents="box-none"
style={styles.appContainer} style={styles.appContainer}
ref={ref => { 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._mainRef = ref;
}}> }}>
{this.props.children} {this.props.children}

View File

@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
[version] [version]
^0.71.0 ^0.72.0

View File

@ -213,7 +213,7 @@
"eslint-plugin-jest": "21.8.0", "eslint-plugin-jest": "21.8.0",
"eslint-plugin-prettier": "2.6.0", "eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.6.1", "eslint-plugin-react": "7.6.1",
"flow-bin": "^0.71.0", "flow-bin": "^0.72.0",
"jest": "23.0.0-charlie.1", "jest": "23.0.0-charlie.1",
"jest-junit": "3.7.0", "jest-junit": "3.7.0",
"prettier": "1.12.1", "prettier": "1.12.1",