mirror of
https://github.com/status-im/react-native.git
synced 2025-01-24 16:29:01 +00:00
v0.72.0 in xplat/js
Reviewed By: gabelevi Differential Revision: D7956747 fbshipit-source-id: b1993de405c273b3cc1ed74f994e8e75bda0a985
This commit is contained in:
parent
c1e6f27823
commit
4767f9be45
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user