We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when use this KeyboardAwareFlatList And scroll The onViewableItemsChanged Not working <KeyboardAwareFlatList enableOnAndroid={true} data={dataLive} keyExtractor={item => item.id} renderItem={renderLiveView} // ref={liveref} onScroll={handleScrollView} windowSize={2} initialNumToRender={0} ref={ref} // initialScrollIndex={index} maxToRenderPerBatch={2} removeClippedSubviews viewabilityConfig={{ itemVisiblePercentThreshold: 0, waitForInteraction: false, minimumViewTime: 250, }} onScrollEndDrag={() => Keyboard.dismiss()} pagingEnabled decelerationRate={'normal'} onViewableItemsChanged refreshControl={ } refreshing={onRefreshing} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when use this KeyboardAwareFlatList And scroll The onViewableItemsChanged Not working
<KeyboardAwareFlatList
enableOnAndroid={true}
data={dataLive}
keyExtractor={item => item.id}
renderItem={renderLiveView}
// ref={liveref}
onScroll={handleScrollView}
windowSize={2}
initialNumToRender={0}
ref={ref}
// initialScrollIndex={index}
maxToRenderPerBatch={2}
removeClippedSubviews
viewabilityConfig={{
itemVisiblePercentThreshold: 0,
waitForInteraction: false,
minimumViewTime: 250,
}}
onScrollEndDrag={() => Keyboard.dismiss()}
pagingEnabled
decelerationRate={'normal'}
onViewableItemsChanged refreshControl={
}
refreshing={onRefreshing}
/>
The text was updated successfully, but these errors were encountered: