0.87.0 in xplat/js

Summary: allow-large-files

Reviewed By: samwgoldman

Differential Revision: D13230018

fbshipit-source-id: f07e2371a3b7382de0592cc7c7b20e7f4faa6889
This commit is contained in:
Panagiotis Vekris
2018-11-28 17:30:35 -08:00
committed by Facebook Github Bot
parent 585f7b916d
commit ef2084c6bd
11 changed files with 38 additions and 12 deletions

View File

@@ -87,6 +87,9 @@ type State = {|
|};
class ScrollViewTestApp extends React.Component<Props, State> {
/* $FlowFixMe(>=0.87.0 site=react_native_fb) This comment suppresses an error
* found when Flow v0.87 was deployed. To see the error, delete this comment
* and run Flow. */
scrollView = React.createRef();
state = getInitialState();
@@ -121,6 +124,9 @@ class ScrollViewTestApp extends React.Component<Props, State> {
}
class HorizontalScrollViewTestApp extends React.Component<Props, State> {
/* $FlowFixMe(>=0.87.0 site=react_native_fb) This comment suppresses an error
* found when Flow v0.87 was deployed. To see the error, delete this comment
* and run Flow. */
scrollView = React.createRef();
state = getInitialState();