fix on scroll event

This commit is contained in:
ammarahm-ed
2020-04-22 13:37:01 +05:00
parent dac5cf6cd6
commit bcfa559270
3 changed files with 19 additions and 30 deletions

View File

@@ -40,7 +40,6 @@ const SimpleList = ({
const _onScroll = event => {
if (!event) return;
let y = event.nativeEvent.contentOffset.y;
eSendEvent(eScrollEvent, y);
};