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.8
to
0.8.9
+5
-3
index.js

@@ -174,7 +174,8 @@ import React, {Component} from 'react'

//on the other case the refresh animations will be applied here.
const isContainerScrollView = this.props.collapsableBar ? true : false
const isContainerScrollView = !!this.props.collapsableBar
const scenes = this._composeScenes()
return <Animated.ScrollView
refreshControl={!isContainerScrollView &&
refreshControl={!isContainerScrollView && this.props.pullToRefresh && typeof this.props.pullToRefresh === 'function' &&
<RefreshControl style={this.props.refreshControlStyle || {}}

@@ -323,3 +324,4 @@ refreshing={this.state.refreshing}

return (<ContainerView
refreshControl={isScrollView &&
refreshControl={isScrollView && this.props.pullToRefresh && typeof this.props.pullToRefresh === 'function' &&
<RefreshControl style={this.props.refreshControlStyle || {}}

@@ -326,0 +328,0 @@ refreshing={this.state.refreshing}

{
"name": "@valdio/react-native-scrollable-tabview",
"version": "0.8.8",
"version": "0.8.9",
"description": "",

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