-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[fix] Allow Pressable to be programmatically focused when disabled #2374
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 107c6ee:
|
Size change: -0.00 kB
View unchanged
|
codesandbox for this patch with the test case from the original bug: https://codesandbox.io/s/react-native-web-examples-forked-yb5p26 |
Great, thanks, I've tried this out locally in my real-world component that had the initial problem, and this fixes it, means I can remove the workaround I'd previously used. And of course it works perfectly in the sandbox reproduction too. LGTM and thank you! |
Fix #2357