Open JonasWho opened 1 year ago
useModal is not available on iOS when using useCustomActionSheet="true"
useModal
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!
useModal
is not available on iOS when usinguseCustomActionSheet="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.