Prompt
Create a swipeable list row using react-native-gesture-handler + Reanimated that reveals a "Delete" button when swiped left. Clamp the drag to the left, snap open past a threshold, and make sure the pan doesn't steal the list's vertical scroll.
Hints
Solution
Your Code
15 min