jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.78k stars 528 forks source link

show button only when swipe #599

Open fukemy opened 2 years ago

fukemy commented 2 years ago

Hi, i want to implement the 'swipe to reply' method like whats app, here is what i want to do: https://youtu.be/DgsYAJtz74U?t=136

But the problem is i do not know how to hide/show the reply button based on swipe state, can u help? Thanks in advance Im using FlatList (giftedChat) for chat message screen

CodeMak1r-zy commented 1 year ago

I have the same question