mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-10 22:47:58 +08:00
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:
committed by
Facebook Github Bot
parent
585f7b916d
commit
ef2084c6bd
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user