mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 12:39:27 +00:00
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:
parent
54f582f651
commit
007ca0c376
@ -86,4 +86,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.235.1
|
||||
^0.236.0
|
||||
|
@ -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",
|
||||
|
@ -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: ''};
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user