react-native-web-hover
Some enhanced elements for react-native-web to support hover on the web!

It requires a React Native version with Pressable support which was introduced in version 0.63
Demo
https://codesandbox.io/s/young-surf-bbmzz?file=/src/App.tsx
Installation
npm install react-native-web-hover
Usage
We recommend the "Pressable" component. You can see all the examples here:
https://codesandbox.io/s/young-surf-bbmzz?file=/src/App.tsx
If you want hover support inside FlatList, ScrollViews or VirtualizedList don't forget to import these views from this library.
import { Hoverable, Pressable, ScrollView, FlatList, VirtualizedList } from 'react-native-web-hover'
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT