Deploy 0.236.0 to xplat (#44510)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/44510

Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D57186863

fbshipit-source-id: 389dcb039c7d4c461b3be28f4eba32d5d9781e61
This commit is contained in:
Pieter Vanderwerff 2024-05-09 19:33:12 -07:00 committed by Facebook GitHub Bot
parent 54f582f651
commit 007ca0c376
4 changed files with 9 additions and 6 deletions

View File

@ -86,4 +86,4 @@ untyped-import
untyped-type-import
[version]
^0.235.1
^0.236.0

View File

@ -76,7 +76,7 @@
"eslint-plugin-redundant-undefined": "^0.4.0",
"eslint-plugin-relay": "^1.8.3",
"flow-api-translator": "0.21.0",
"flow-bin": "^0.235.1",
"flow-bin": "^0.236.0",
"glob": "^7.1.1",
"hermes-eslint": "0.21.0",
"hermes-transform": "0.21.0",

View File

@ -48,6 +48,7 @@ class TextInputAccessoryViewChangeTextExample extends React.Component<
{text: string},
> {
constructor(props: void | {...}) {
// $FlowFixMe[incompatible-call]
super(props);
this.state = {text: 'Placeholder Text'};
}
@ -80,6 +81,7 @@ class TextInputAccessoryViewChangeKeyboardExample extends React.Component<
{keyboardType: string, text: string},
> {
constructor(props: void | {...}) {
// $FlowFixMe[incompatible-call]
super(props);
this.state = {text: '', keyboardType: 'default'};
}
@ -122,6 +124,7 @@ class TextInputAccessoryViewDefaultDoneButtonExample extends React.Component<
{text: string},
> {
constructor(props: void | $ReadOnly<{keyboardType: KeyboardType}>) {
// $FlowFixMe[incompatible-call]
super(props);
this.state = {text: ''};
}

View File

@ -5562,10 +5562,10 @@ flow-api-translator@0.21.0:
hermes-transform "0.21.0"
typescript "5.3.2"
flow-bin@^0.235.1:
version "0.235.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.235.1.tgz#7dfca9c480bb7cb83fa3caca58386e9beca09bc3"
integrity sha512-SuXw5NQDIdSBMg/NgvS5mzdI6dPEYWubnucnYno9wWLd6xoK1nkH6t2Dn2GsML9bIoVqp3E/ni1jo18A4G4FrQ==
flow-bin@^0.236.0:
version "0.236.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.236.0.tgz#758fed785ab14d9260e70a25602179d9539cac18"
integrity sha512-hlnszHNuYjTUFMkU7HqpxrMecI2BgI7+frbTzolbyoNHgzLsVcuq9RtaTwHYcUp1sKW1sqnYHCP1tYMtWHz2rQ==
flow-enums-runtime@^0.0.6:
version "0.0.6"