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 коммит произвёл Facebook Github Bot
Родитель c1e6f27823
Коммит 4767f9be45
4 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

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

Просмотреть файл

@ -102,9 +102,6 @@ class AppContainer extends React.Component<Props, State> {
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}

Просмотреть файл

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

Просмотреть файл

@ -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",