react-native-action-sheet
react-native-action-sheet copied to clipboard
useModal not working on iOS with useCustomActionSheet="true"
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.
Good catch!