Skip to content

Commit

Permalink
💄 Gloss: Fix Prettier/Linter Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 3, 2023
1 parent 8a8ce7b commit e628209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/ModalView/ModalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ export class ModalView extends
);
};

private _handleOnModalSwipeGestureDidEnd:
private _handleOnModalSwipeGestureDidEnd:
OnModalSwipeGestureDidEndEvent = (event) => {

const props = this.props;
Expand Down
6 changes: 2 additions & 4 deletions src/native_components/RNIModalView/RNIModalViewEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,12 @@ export type OnModalDidChangeSelectedDetentIdentifierEvent = (
event: OnModalDidChangeSelectedDetentIdentifierEventObject
) => void;

export type OnModalDidSnapEvent = (
event: OnModalDidSnapEventObject
) => void;
export type OnModalDidSnapEvent = (event: OnModalDidSnapEventObject) => void;

export type OnModalSwipeGestureStartEvent = (
event: OnModalSwipeGestureStartEventObject
) => void;

export type OnModalSwipeGestureDidEndEvent = (
event: OnModalSwipeGestureDidEndEventObject
) => void;
) => void;

0 comments on commit e628209

Please sign in to comment.