0

I want to add view when user swipe to latest item and have to hard swipe to do action or can see the view. Like this Tiktok app (Example)

Did anyone have any ideas for this?

Thanks all

vinh tran
  • 11
  • 2

1 Answers1

1

You can use the onEndReached & onEndReachedThreshold prop of flatlist. See here: https://reactnative.dev/docs/flatlist#onendreached

Kushal Desai
  • 119
  • 2
  • 11