File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ const KeyboardAwareListView = React.createClass({
30
30
keyboardDismissMode = 'interactive'
31
31
contentInset = { { bottom : this . state . keyboardSpace } }
32
32
showsVerticalScrollIndicator = { true }
33
+ scrollEventThrottle = { 0 }
33
34
{ ...this . props }
34
- scrollEventThrottle = { 8 }
35
35
onScroll = { e => {
36
36
this . handleOnScroll ( e )
37
37
this . props . onScroll && this . props . onScroll ( e )
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ const KeyboardAwareScrollView = React.createClass({
31
31
keyboardDismissMode = 'interactive'
32
32
contentInset = { { bottom : this . state . keyboardSpace } }
33
33
showsVerticalScrollIndicator = { true }
34
+ scrollEventThrottle = { 0 }
34
35
{ ...this . props }
35
- scrollEventThrottle = { 8 }
36
36
onScroll = { e => {
37
37
this . handleOnScroll ( e )
38
38
this . props . onScroll && this . props . onScroll ( e )
You can’t perform that action at this time.
0 commit comments