react-native-web-hover
Advanced tools
Comparing version
{ | ||
"name": "react-native-web-hover", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Some enhanced elements for react-native-web to support hover on the web", | ||
@@ -5,0 +5,0 @@ "main": "lib/commonjs/index", |
@@ -24,3 +24,3 @@ # react-native-web-hover | ||
If you want hover support inside FlatList, ScrollViews or VirtualizedList don't forget to import these views from this library. | ||
If you want to update the hover inside FlatList, ScrollViews or VirtualizedList when the user scrolls, don't forget to import these views from this library. | ||
@@ -27,0 +27,0 @@ import { Hoverable, Pressable, ScrollView, FlatList, VirtualizedList } from 'react-native-web-hover' |
57291
0.05%