Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@valdio/react-native-scrollable-tabview

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valdio/react-native-scrollable-tabview - npm Package Compare versions

Comparing version
0.8.3
to
0.8.4
+2
-2
index.js

@@ -317,4 +317,4 @@ import React, {Component} from 'react'

onRefresh={this._onRefresh}/> || {}}
showsVerticalScrollIndicator={this.props.showsVerticalScrollIndicator || true}
showsHorizontalScrollIndicator={this.props.showsHorizontalScrollIndicator || true}
showsVerticalScrollIndicator={isScrollView && this.props.showsVerticalScrollIndicator}
showsHorizontalScrollIndicator={isScrollView && this.props.showsHorizontalScrollIndicator}
style={[styles.container, this.props.style]}

@@ -321,0 +321,0 @@ onLayout={this._handleLayout} //()=>

{
"name": "@valdio/react-native-scrollable-tabview",
"version": "0.8.3",
"version": "0.8.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",