react-native-largelist
react-native-largelist copied to clipboard
How can I disable the vertical drag
<StickyForm
style={{ backgroundColor: "white" }}
contentStyle={{ alignItems: "flex-start", width: "200%" }}
data={data}
ref={refStickyForm}
heightForSection={() => 20}
renderHeader={renderHeader}
renderSection={renderSection}
heightForIndexPath={() => 40}
renderIndexPath={renderItem}
onLoading={onLoadMore}
loadingFooter={LoadingFooter}
/>
here is my code. I desire to skip drag and perform loadmore immediately. Please help