-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close previous row on new swipe not working #603
Comments
Have you tried using |
I had this problem recently. The issue for me was that all my data items needed to have a unique Make sure all the items in your |
Doesn't work with the unique key and closeOnRowOpen, closeOnRowBeginSwipe
|
replace |
@shahanshah87 Sorry for being late but you need to remove bracly brackets or in brackets add return |
I have same problem with |
have you been able to resolve this? can you share? |
It is working |
<SwipeListView
data={custom}
renderItem={(data, rowMap) => (
{data.item.name}
)}
renderHiddenItem={(data, rowMap) => (
close
detail
The text was updated successfully, but these errors were encountered: