react-native-action-sheet icon indicating copy to clipboard operation
react-native-action-sheet copied to clipboard

Show touch feedback on iOS when using custom action sheet

Open stephentuso opened this issue 1 year ago • 0 comments

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

stephentuso avatar Jul 20 '24 18:07 stephentuso