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

feat(web): Support InteractionStates like hovered and focused for web #64

Conversation

theonetheycallneo
Copy link
Contributor

@theonetheycallneo theonetheycallneo commented Oct 22, 2024

Adding support for web interaction states (like hovered and focused):

https://necolas.github.io/react-native-web/docs/pressable/#examples

Resolves #58

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel
Copy link

changeset-bot bot commented Oct 22, 2024

🦋 Changeset detected

Latest commit: c847dc7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@marceloterreiro/flash-calendar Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@theonetheycallneo
Copy link
Contributor Author

This is based from #62
Once that's merged, I'll clean this up as well.

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel
@MarceloPrado
Copy link
Owner

could you rebase this PR?

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel
@theonetheycallneo
Copy link
Contributor Author

could you rebase this PR?

@MarceloPrado rebased the latest main. Let me know what you think.

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel

Verified

This commit was signed with the committer’s verified signature.
theonetheycallneo Anthony Wentzel
focused?: boolean;
}
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarceloPrado Perhaps there's a better place to put custom types...

Copy link
Contributor Author

@theonetheycallneo theonetheycallneo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarceloPrado Left you a comment above^

@theonetheycallneo
Copy link
Contributor Author

Closing in favor of this: #68

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.

feat(web): add hovered interaction state
2 participants