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

Pressable Component doesn't disable click functionality when disabled #30949

Closed
amarlette opened this issue Feb 10, 2021 · 3 comments
Closed
Assignees
Labels
Accessibility Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.

Comments

@amarlette
Copy link

Description

When using a screen reader the Pressable component doesn't disable click functionality

React Native version:

0.63

@kacieb
Copy link
Contributor

kacieb commented Feb 10, 2021

Resolved by this commit.

@kacieb kacieb closed this as completed Feb 10, 2021
@huzaifaaak
Copy link

@kacieb does this fix it for other components that are using pressable under the hood.

@kacieb
Copy link
Contributor

kacieb commented Feb 16, 2021

@kacieb does this fix it for other components that are using pressable under the hood.

Hey @huzaifaaak! Yes it should fix it as long as the component is correctly passing in Pressable's disabled prop when the component is disabled.

@amarlette amarlette added Good first issue Interested in collaborating? Take a stab at fixing one of these issues. and removed Needs: Triage 🔍 labels Mar 5, 2021
@facebook facebook locked as resolved and limited conversation to collaborators Feb 10, 2022
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Accessibility Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants