diff --git a/.flowconfig b/.flowconfig index 2f08bd1316d..e64fc931954 100644 --- a/.flowconfig +++ b/.flowconfig @@ -86,4 +86,4 @@ untyped-import untyped-type-import [version] -^0.235.1 +^0.236.0 diff --git a/package.json b/package.json index d227fdd3dd1..e67ca6aab4e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js b/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js index 950f492be6e..556ea709a06 100644 --- a/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js +++ b/packages/rn-tester/js/examples/TextInput/TextInputExample.ios.js @@ -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: ''}; } diff --git a/yarn.lock b/yarn.lock index 69a4e850275..2b03ffb8155 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"