Skip to content

Commit 8e4eb80

Browse files
committed
Add onScrollToIndexFailed handler to resolve redbox
1 parent f9715c8 commit 8e4eb80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/QuickScrollList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class FastScroll extends React.Component {
127127
onScroll={this.onScroll}
128128
onScrollEndDrag={this.onScrollEnd}
129129
showsVerticalScrollIndicator={false}
130+
onScrollToIndexFailed={() => {}}
130131
/>
131132
<Animated.View
132133
style={[

0 commit comments

Comments
 (0)