react-native-web-hover
Advanced tools
Comparing version
{ | ||
"name": "react-native-web-hover", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Some enhanced elements for react-native-web to support hover on the web", | ||
@@ -5,0 +5,0 @@ "main": "lib/commonjs/index", |
@@ -60,6 +60,6 @@ # react-native-web-hover | ||
### Nested Scrollables | ||
If you want to update the hover inside **NESTED** FlatList, ScrollViews or VirtualizedList when the user scrolls, don't forget to import these views from this library. | ||
### If your app is inside an iframe | ||
If your webapp is included in an iframe you will need the FlatList, ScrollViews or VirtualizedList from our library. | ||
import { Hoverable, Pressable, ScrollView, FlatList, VirtualizedList } from 'react-native-web-hover' | ||
import { ScrollView, FlatList, VirtualizedList } from 'react-native-web-hover' | ||
@@ -66,0 +66,0 @@ ## Contributing |
58098
-0.1%