react-native-largelist icon indicating copy to clipboard operation
react-native-largelist copied to clipboard

How can I disable the vertical drag

Open bachngocnhat opened this issue 4 years ago • 0 comments

                      <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

bachngocnhat avatar Nov 09 '20 02:11 bachngocnhat