react-native-web-hooks icon indicating copy to clipboard operation
react-native-web-hooks copied to clipboard

Hooks for React Native web and Expo

Results 9 react-native-web-hooks issues
Sort by recently updated
recently updated
newest added

Scenario: Sliding expandable sidebar with a toggle button Behavior: 1. Button is hovered (background color changes) 2. Button is pressed (sidebar collapses) 3. Background color change persists because mouseleave was...

With Ctrl+Scroll or + or -, we can change the page zoom, or pinching on mobile. Is there someway to get the current user zoom?

@EvanBacon for lack of a better place. I am currently using this in leading an effort to implement a component library across react native Web, iOS, Android that has heavy...

As far as I can tell, the default use case of useHover is making the hovered item semi-transparent. Is there a way to override this? I am creating a drowndown...

Here's the **Weekly Digest** for [*EvanBacon/react-native-web-hooks*](https://github.com/EvanBacon/react-native-web-hooks): - - - # ISSUES Last week 1 issue was created. It is still open. ## OPEN ISSUES :green_heart: #11 [Hoverable does not work...

weekly-digest

Hoverable does not work with react-native-web 12.0. If I downgrade to 11.7 everything works again

Here's the **Weekly Digest** for [*EvanBacon/react-native-web-hooks*](https://github.com/EvanBacon/react-native-web-hooks): - - - # ISSUES Last week 1 issue was created. It is still open. ## OPEN ISSUES :green_heart: #9 [Types issue for useREM](https://github.com/EvanBacon/react-native-web-hooks/issues/9),...

weekly-digest

Hi @EvanBacon I wonder how you solve this: ![image](https://user-images.githubusercontent.com/749374/73123288-b141b200-3f8e-11ea-860e-3b4e23b0688d.png) fontSize must be a number according to RN typedefs, yet useREM might return a string on web and is string |...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. This resolved a warning about getNode...