🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-native-web-hover

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-web-hover - npm Package Compare versions

Comparing version

to
0.2.9

{
"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