question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Animated Swipe to Delete

See original GitHub issue

I’m wanting to have the swipe action remove items from the list. I want this removal to be animated.

Describe the solution you’d like Ideally this would involve simply changing the <SwipeableListItem> children in a <SwipeableList> and having the children observed so that the component can automagically transition the deleted item away. That’s the most developer friendly solution, to my mind, but I guess there are other options as well…

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
marekrozmuscommented, Apr 2, 2020

I had simple solution for deletion but now I see that also addition would need to be implemented. To fix it fully and to make it configurable it will require some more reimplementation of the control. So please be patient, it will take some more (free) time 😃

0reactions
jcuenodcommented, Apr 16, 2020

ahh, sorry, missed that

Read more comments on GitHub >

github_iconTop Results From Across the Web

Swipe-To-Delete With Reanimated & React Native Gesture ...
What we'll do: Wrap each FlatList item in a wrapper that handles swipe/pan gestures and slide animations. Remove the swiped item when row...
Read more >
List animations in Compose: Swipe to delete
List animations in Compose: Swipe to delete · 1. UI · 2. Gesture animation · 3. External links and source code.
Read more >
35. Swipe to delete - Example Animations - The Framer book
Code component · an useAnimationControls() animation will slide the item offscreen, · and the onDelete() function in the parent component is called.
Read more >
Implement swipe to dismiss - Flutter documentation
Implement swipe to dismiss · 1. Create a list of items. Create a data source; Convert the data source into a list ·...
Read more >
swipe to delete UITableView cell animation is not working in ...
The swipe delete functionality is working fine, but i'm not able to add the animation, i tried everything i can but nothing worked....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found