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.5
to
0.8.6
+2
-2
index.js

@@ -181,3 +181,3 @@ import React, {Component} from 'react'

refreshing={this.state.refreshing}
onRefresh={this._onRefresh}/> || {}}
onRefresh={this._onRefresh}/> || undefined}
showsVerticalScrollIndicator={this.props.showsVerticalScrollIndicator}

@@ -326,3 +326,3 @@ showsHorizontalScrollIndicator={this.props.showsHorizontalScrollIndicator}

refreshing={this.state.refreshing}
onRefresh={this._onRefresh}/> || {}}
onRefresh={this._onRefresh}/> || undefined}
showsVerticalScrollIndicator={isScrollView && this.props.showsVerticalScrollIndicator}

@@ -329,0 +329,0 @@ showsHorizontalScrollIndicator={isScrollView && this.props.showsHorizontalScrollIndicator}

{
"name": "@valdio/react-native-scrollable-tabview",
"version": "0.8.5",
"version": "0.8.6",
"description": "",

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