mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
Deploy 0.210.0 to xplat (#38097)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38097 Changelog: [Internal] Reviewed By: mroch Differential Revision: D47056034 fbshipit-source-id: 3a5f387722b637ad56a7871008bd9afecb0c52c8
This commit is contained in:
parent
e35ca71bca
commit
37460b06a4
@ -76,4 +76,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.209.0
|
||||
^0.210.0
|
||||
|
@ -76,4 +76,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.209.0
|
||||
^0.210.0
|
||||
|
@ -78,7 +78,7 @@
|
||||
"eslint-plugin-react-native": "^4.0.0",
|
||||
"eslint-plugin-redundant-undefined": "^0.4.0",
|
||||
"eslint-plugin-relay": "^1.8.3",
|
||||
"flow-bin": "^0.209.0",
|
||||
"flow-bin": "^0.210.0",
|
||||
"hermes-eslint": "0.13.0",
|
||||
"inquirer": "^7.1.0",
|
||||
"jest": "^29.2.1",
|
||||
|
@ -84,6 +84,7 @@ class ImageBackground extends React.Component<ImageBackgroundProps> {
|
||||
importantForAccessibility={importantForAccessibility}
|
||||
style={style}
|
||||
ref={this._captureRef}>
|
||||
{/* $FlowFixMe[incompatible-use] */}
|
||||
<Image
|
||||
{...props}
|
||||
importantForAccessibility={importantForAccessibility}
|
||||
|
@ -516,6 +516,7 @@ const HorizontalScrollView = (props: {direction: 'ltr' | 'rtl'}) => {
|
||||
return (
|
||||
<View style={{direction}}>
|
||||
<Text style={styles.text}>{title}</Text>
|
||||
{/* $FlowFixMe[incompatible-use] */}
|
||||
<ScrollView
|
||||
ref={scrollRef}
|
||||
automaticallyAdjustContentInsets={false}
|
||||
@ -946,6 +947,7 @@ const InvertStickyHeaders = () => {
|
||||
const _scrollView = React.useRef<?React.ElementRef<typeof ScrollView>>(null);
|
||||
return (
|
||||
<View>
|
||||
{/* $FlowFixMe[incompatible-use] */}
|
||||
<ScrollView
|
||||
ref={_scrollView}
|
||||
style={[styles.scrollView, {height: 200}]}
|
||||
@ -987,6 +989,7 @@ const MultipleStickyHeaders = () => {
|
||||
const stickyHeaderStyle = {backgroundColor: 'yellow'};
|
||||
return (
|
||||
<View>
|
||||
{/* $FlowFixMe[incompatible-use] */}
|
||||
<ScrollView
|
||||
ref={_scrollView}
|
||||
style={[styles.scrollView, {height: 200}]}
|
||||
|
@ -4925,10 +4925,10 @@ flatted@^3.1.0:
|
||||
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
|
||||
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
|
||||
|
||||
flow-bin@^0.209.0:
|
||||
version "0.209.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.209.0.tgz#616a002b94ef35e1b083add9a6d27dbe387bf4f0"
|
||||
integrity sha512-HRc6+bKE8AN23SnuKaxdUjcQcjaIp6pksrGJ6pltFO5tIEvZmPrbT99P7Yb3ybqwcKU/Ry8yfJbuW92Ed2V3nw==
|
||||
flow-bin@^0.210.0:
|
||||
version "0.210.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.210.0.tgz#0f5e43e38caa170b36485307cd27280080087eef"
|
||||
integrity sha512-NULXi8YLhmA5EF2AhvLJ60xvfvKjQYiCKWN6g4YmqK+f6lczlgPjCF1hFO4OgKEPdPaHKHW8FkmOKXGhf82aQg==
|
||||
|
||||
flow-enums-runtime@^0.0.6:
|
||||
version "0.0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user