diff --git a/src/NativePicker.android.tsx b/src/NativePicker.android.tsx index a984b18..730d047 100644 --- a/src/NativePicker.android.tsx +++ b/src/NativePicker.android.tsx @@ -84,7 +84,7 @@ class Picker extends React.Component { this.props.select(this.props.selectedValue, this.itemHeight, this.scrollTo); } - componentWillUnMount() { + componentWillUnmount() { this.clearScrollBuffer(); } @@ -140,7 +140,6 @@ class Picker extends React.Component { style={styles.scrollView} ref={el => this.scrollerRef = el} onScroll={this.onScroll} - scrollEventThrottle={16} showsVerticalScrollIndicator={false} overScrollMode="never" >