Add `dismissActionSheet` method to `ActionSheetIOS` · rescript-react-native/rescript-react-native@7e42b63

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 7e42b63

committed

Add dismissActionSheet method to ActionSheetIOS

1 parent b2cf5ca commit 7e42b63

File tree

1 file changed

+

3

-

0

lines changed

1 file changed

+

3

-

0

lines changed

Lines changed: 3 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -33,3 +33,6 @@ external showShareActionSheetWithOptions: (

3333

error => unit,

3434

(bool, string) => unit,

3535

) => unit = "showShareActionSheetWithOptions"

36+
37+

@module("react-native") @scope("ActionSheetIOS")

38+

external dismissActionSheet: unit => unit = "dismissActionSheet"

0 commit comments

Comments

 (0)