expo / react-native-action-sheet

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

Show touch feedback on iOS when using custom action sheet #329

Open stephentuso opened 3 months ago

stephentuso commented 3 months ago

Custom action sheet currently has no touch feedback on iOS. Platform.Version as a number and TouchableNativeFeedback are Android only. Updated the select to reflect this.

Edit: Noticed there was actually feedback when the iOS version doesn't include a patch number (e.g. simulator with 17.4 vs my device with 17.5.1) and could be coerced into a number in the Platform.Version <= 20 condition. But that should only be for android anyway