79763522

Date: 2025-09-13 05:45:06
Score: 5.5
Natty:
Report link

I am using FlashList

<FlashList
            data={data?.paymentOrders}
            keyExtractor={(item) => item.orderID}
            onRefresh={onRefresh}
            renderItem={renderItem}
            estimatedItemSize={100}
            refreshing={refreshing}
            onLoad={() => console.log("loaded")}
            contentContainerStyle={{
              paddingHorizontal: 12,
              paddingVertical: 12,
            }}
            ListEmptyComponent={() => !refreshing && <NoDataFound />}
            showsVerticalScrollIndicator={false}
            removeClippedSubviews={false}
          />

So will this resolve my issue, I am facing the same issue if i navigate back quickly ???????

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: yasir arafath