We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per this discussion in #863 , we should replace all of our uses of "useAsPressable" / View slots with "usePressableState" / Pressable slots.
As of the time of writing, here are all the things that use that hook:
The text was updated successfully, but these errors were encountered:
Upstream issues to get fixed before we can finish this work: microsoft/react-native-windows#8972 microsoft/react-native-macos#871
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Per this discussion in #863 , we should replace all of our uses of "useAsPressable" / View slots with "usePressableState" / Pressable slots.
As of the time of writing, here are all the things that use that hook:
The text was updated successfully, but these errors were encountered: