Skip to content

Commit

Permalink
Deploy 0.248.0 to fbsource
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D64225120

fbshipit-source-id: ce00574ea5d367737191ac430017332799906ebe
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Oct 11, 2024
1 parent fc199bb commit 105aa12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ untyped-import
untyped-type-import

[version]
^0.247.1
^0.248.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-plugin-redundant-undefined": "^0.4.0",
"eslint-plugin-relay": "^1.8.3",
"flow-api-translator": "0.24.0",
"flow-bin": "^0.247.1",
"flow-bin": "^0.248.0",
"glob": "^7.1.1",
"hermes-eslint": "0.24.0",
"hermes-transform": "0.24.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/react-native/Libraries/Components/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ const Button: component(
disabled={disabled}
onPress={onPress}
touchSoundDisabled={touchSoundDisabled}
// $FlowFixMe[incompatible-exact]
// $FlowFixMe[prop-missing]
// $FlowFixMe[incompatible-type-arg]
ref={ref}>
<View style={buttonStyles}>
<Text style={textStyles} disabled={disabled}>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4442,10 +4442,10 @@ flow-api-translator@0.24.0:
hermes-transform "0.24.0"
typescript "5.3.2"

flow-bin@^0.247.1:
version "0.247.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.247.1.tgz#8c8d08fcee11ca43cbb6059edb9933a29bdedc57"
integrity sha512-03wwQ5kPW4CYqhXvxTseMs2v6QuVwCtifVkON2UUyDg6Jp1+CaQpLAZK+sFNzQOExKp0Yvoug+fZOUb33ARwHQ==
flow-bin@^0.248.0:
version "0.248.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.248.0.tgz#4616db4f4ffeedac5e7e783628af1aebe7171e13"
integrity sha512-pUs6k5qFGjpP11xDf5ffr4+FmtVrmKe6JwHvzfKAwaMw54KumhWB3G2GKO5/tpr7HmFJ+tGII+nqrb3rqL0oAQ==

flow-enums-runtime@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit 105aa12

Please sign in to comment.