MarceloPrado / flash-calendar

The fastest React Native calendar 📆⚡
https://marceloprado.github.io/flash-calendar/
MIT License
1.05k stars 31 forks source link

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

Closed theonetheycallneo closed 4 days ago

theonetheycallneo commented 1 week ago

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

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

Resolves https://github.com/MarceloPrado/flash-calendar/issues/58

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: c847dc776a33c5a16c540d27cf3d7a781ff48338

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 commented 1 week ago

This is based from https://github.com/MarceloPrado/flash-calendar/pull/62 Once that's merged, I'll clean this up as well.

MarceloPrado commented 1 week ago

could you rebase this PR?

theonetheycallneo commented 1 week ago

could you rebase this PR?

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

theonetheycallneo commented 4 days ago

Closing in favor of this: https://github.com/MarceloPrado/flash-calendar/pull/68