開發動機

At the beginning, I wanted to make a swipe item behavior and layout with the card style, but swipe modules on npm are list swipe that mostly support full screen width layout, not suitable for the card layout. That triggered me developing this swipe module.

開發方法

I used PanResponder of React Native to detect finger gestures and used Animated API to make animations such as gesture movement and release.

開發工具

React Native

Flow

圖片

android demoios demo