Skip to content

Commit

Permalink
Merge pull request #28520 from thymikee/fix/flow-types
Browse files Browse the repository at this point in the history
[General] [Fixed] Flow errors from YellowBox and BubblingEventHandler
  • Loading branch information
alloy authored Apr 7, 2020
2 parents 25011a6 + a049130 commit 8e705b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Libraries/Modal/RCTModalHostViewNativeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import type {HostComponent} from '../Renderer/shims/ReactNativeTypes';
import type {
WithDefault,
DirectEventHandler,
BubblingEventHandler,
Int32,
} from '../Types/CodegenTypes';

Expand Down
2 changes: 1 addition & 1 deletion Libraries/YellowBox/UI/YellowBoxInspectorHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const YellowBoxInspectorHeader = (props: Props): React.Node => {
const YellowBoxInspectorHeaderButton = (
props: $ReadOnly<{|
disabled: boolean,
image: string,
image: number,
onPress?: ?() => void,
|}>,
): React.Node => (
Expand Down

0 comments on commit 8e705b7

Please sign in to comment.