Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaGross committed Jan 27, 2021
1 parent bb89265 commit 27e5f63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/flow/react-native-host-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ declare module 'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface'
) => void,
...
};
declare export var legacySendAccessibilityEvent: (reactTag: number, eventTypeName: string) => void;
declare export var legacySendAccessibilityEvent: (
reactTag: number,
eventTypeName: string,
) => void;
declare export var BatchedBridge: {
registerCallableModule: (name: string, module: Object) => void,
...
Expand Down

0 comments on commit 27e5f63

Please sign in to comment.