File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const KeyboardAwareFlatList = createReactClass({
54
54
contentInset = { { bottom : keyboardSpace } }
55
55
automaticallyAdjustContentInsets = { false }
56
56
showsVerticalScrollIndicator = { true }
57
- scrollEventThrottle = { 0 }
57
+ scrollEventThrottle = { 1 }
58
58
{ ...this . props }
59
59
contentContainerStyle = { newContentContainerStyle || contentContainerStyle }
60
60
onScroll = { this . onScroll }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const KeyboardAwareListView = createReactClass({
54
54
contentInset = { { bottom : keyboardSpace } }
55
55
automaticallyAdjustContentInsets = { false }
56
56
showsVerticalScrollIndicator = { true }
57
- scrollEventThrottle = { 0 }
57
+ scrollEventThrottle = { 1 }
58
58
{ ...this . props }
59
59
contentContainerStyle = { newContentContainerStyle || contentContainerStyle }
60
60
onScroll = { this . onScroll }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const KeyboardAwareScrollView = createReactClass({
48
48
contentInset = { { bottom : keyboardSpace } }
49
49
automaticallyAdjustContentInsets = { false }
50
50
showsVerticalScrollIndicator = { true }
51
- scrollEventThrottle = { 0 }
51
+ scrollEventThrottle = { 1 }
52
52
{ ...this . props }
53
53
contentContainerStyle = { newContentContainerStyle || contentContainerStyle }
54
54
onScroll = { e => {
You can’t perform that action at this time.
0 commit comments