Skip to content

Commit

Permalink
Add dismissActionSheet method to ActionSheetIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 23, 2022
1 parent b2cf5ca commit 7e42b63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/apis/ActionSheetIOS.res
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ external showShareActionSheetWithOptions: (
error => unit,
(bool, string) => unit,
) => unit = "showShareActionSheetWithOptions"

@module("react-native") @scope("ActionSheetIOS")
external dismissActionSheet: unit => unit = "dismissActionSheet"

0 comments on commit 7e42b63

Please sign in to comment.