rmc-picker
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -19,3 +19,3 @@ import React from 'react'; | ||
selectedItemText: { | ||
fontSize: 21, | ||
fontSize: 20, | ||
fontWeight: 'bold', | ||
@@ -135,3 +135,3 @@ color: '#000' | ||
ScrollView, | ||
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false }, | ||
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false, overScrollMode: 'never' }, | ||
React.createElement( | ||
@@ -138,0 +138,0 @@ View, |
@@ -37,3 +37,3 @@ 'use strict'; | ||
selectedItemText: { | ||
fontSize: 21, | ||
fontSize: 20, | ||
fontWeight: 'bold', | ||
@@ -153,3 +153,3 @@ color: '#000' | ||
_reactNative.ScrollView, | ||
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false }, | ||
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false, overScrollMode: 'never' }, | ||
_react2['default'].createElement( | ||
@@ -156,0 +156,0 @@ _reactNative.View, |
{ | ||
"name": "rmc-picker", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "React Mobile Picker Component(web and react-native)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
84366