expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.4k stars 226 forks source link

useModal not working on iOS with useCustomActionSheet="true" #295

Open JonasWho opened 1 year ago

JonasWho commented 1 year ago

useModal is not available on iOS when using useCustomActionSheet="true"

I know this property is meant for Android, but when there's an option to use the Android layout on iOS, then useModal is needed as well.

bradbyte commented 1 year ago

Good catch!