expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.37k stars 224 forks source link

Feat: Support new iOS dismissActionSheet() static method #311

Open bradbyte opened 1 year ago

bradbyte commented 1 year ago

Per https://reactnative.dev/docs/actionsheetios#dismissactionsheet, there's now a static method to dismiss the action sheet. This should be added to both the iOS and custom action sheets.