Summary: Changelog: [Internal]

Reviewed By: jbrown215

Differential Revision: D19596867

fbshipit-source-id: 3fc2ec51672bb453cec0eb6bf3c522f23cf9cd38
This commit is contained in:
Mike Vitousek 2020-01-28 14:34:29 -08:00 коммит произвёл Facebook Github Bot
Родитель 25571ec452
Коммит 7bc2b91790
7 изменённых файлов: 11 добавлений и 9 удалений

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

@ -84,4 +84,4 @@ untyped-import
untyped-type-import
[version]
^0.116.0
^0.117.0

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

@ -84,4 +84,4 @@ untyped-import
untyped-type-import
[version]
^0.116.0
^0.117.0

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

@ -1168,6 +1168,9 @@ class ScrollView extends React.Component<Props, State> {
// On iOS the RefreshControl is a child of the ScrollView.
// tvOS lacks native support for RefreshControl, so don't include it in that case
return (
/* $FlowFixMe(>=0.117.0 site=react_native_fb) This comment suppresses
* an error found when Flow v0.117 was deployed. To see the error,
* delete this comment and run Flow. */
<ScrollViewClass {...props} ref={this._setScrollViewRef}>
{Platform.isTV ? null : refreshControl}
{contentContainer}

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

@ -12,7 +12,6 @@
import fs from 'fs';
// $FlowFixMe
import yargs from 'yargs';
import {Command} from './Command';

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

@ -140,7 +140,7 @@
"eslint-plugin-react-hooks": "^2.0.1",
"eslint-plugin-react-native": "3.8.1",
"eslint-plugin-relay": "1.4.1",
"flow-bin": "^0.116.0",
"flow-bin": "^0.117.0",
"flow-remove-types": "1.2.3",
"jest": "^24.8.0",
"jest-junit": "^6.3.0",

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

@ -73,4 +73,4 @@ untyped-import
untyped-type-import
[version]
^0.116.0
^0.117.0

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

@ -3382,10 +3382,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"
flow-bin@^0.116.0:
version "0.116.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.116.0.tgz#f2e5ef318838ceb760e3f588b66076bc8ee1dc87"
integrity sha512-6q1f84mhAzHlUp9eTpIIJqINFBXf2+HGQllYfrkdQ+DfOLkF2wEZNHpVlYX1DL0G3uS8D//XEfsN2seZAc7jiw==
flow-bin@^0.117.0:
version "0.117.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.117.0.tgz#2fd331f476dac31f7dae6ac9b557581ebc84e8ad"
integrity sha512-LwDdiApyQsO26ubieaLBcW//K8QNcFR50FSUUDo5roy+2nsvkfRdJa0Qse2De6/2fwBElLDDrc3rrSzvC3hy2Q==
flow-parser@0.*:
version "0.89.0"