react-native-action-sheet
react-native-action-sheet copied to clipboard
Show touch feedback on iOS when using custom action sheet
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