@valdio/react-native-scrollable-tabview
Advanced tools
+2
-2
@@ -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} |
+1
-1
| { | ||
| "name": "@valdio/react-native-scrollable-tabview", | ||
| "version": "0.8.5", | ||
| "version": "0.8.6", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
35283
0.04%