Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stephentuso
Copy link

@stephentuso stephentuso commented Jul 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant