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
Custom action sheet currently has no touch feedback on iOS.
Platform.Version
as a number andTouchableNativeFeedback
are Android only. Updated theselect
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