@valdio/react-native-scrollable-tabview
Advanced tools
+2
-2
@@ -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} //()=> |
+1
-1
| { | ||
| "name": "@valdio/react-native-scrollable-tabview", | ||
| "version": "0.8.3", | ||
| "version": "0.8.4", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
34643
0.05%