Skip to content

Commit

Permalink
[General] [Fixed] Flow errors from YellowBox and BubblingEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Apr 3, 2020
1 parent 25011a6 commit a049130
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 a049130

Please sign in to comment.