You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Hi, I'm using react-native-swipeout in a ListView, with the onOpen prop to show the Swipeout buttons only once, as in the wiki.
However, when the dataSource is updated, the component is rendered again and the swipe gesture is not as fluid as without this trick. Sometimes, it doesn't even open the buttons, making the component unusable.
Do you have also this issue? It cannot be seen on the simulator, just on a real device.
The text was updated successfully, but these errors were encountered:
Hi, I'm using react-native-swipeout in a ListView, with the
onOpen
prop to show the Swipeout buttons only once, as in the wiki.However, when the dataSource is updated, the component is rendered again and the swipe gesture is not as fluid as without this trick. Sometimes, it doesn't even open the buttons, making the component unusable.
Do you have also this issue? It cannot be seen on the simulator, just on a real device.
The text was updated successfully, but these errors were encountered: