Skip to content

Commit

Permalink
chore: Update dismissActionSheet to be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Mar 11, 2022
1 parent 7b4b9d9 commit 7b68548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/ActionSheetIOS/NativeActionSheetManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface Spec extends TurboModule {
|}) => void,
successCallback: (completed: boolean, activityType: ?string) => void,
) => void;
+dismissActionSheet: () => void;
+dismissActionSheet?: () => void;
}

export default (TurboModuleRegistry.get<Spec>('ActionSheetManager'): ?Spec);

0 comments on commit 7b68548

Please sign in to comment.