swipeout icon indicating copy to clipboard operation
swipeout copied to clipboard

React Swipeout(web & react-native)

Results 24 swipeout issues
Sort by recently updated
recently updated
newest added

Bumps [rc-tools](https://github.com/react-component/rc-tools) from 6.5.7 to 9.6.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by chenshuai2144, a new releaser for rc-tools since your...

dependencies

If the property left (or right) changes his value, the width of the swipe movement doesn't get recalculated. If for example the left property contains 2 buttons, the width is...

Is there any way to close the swipe on scroll or after a timeout?

On Left Swipe the content is displays but the card is not behavioral as similar to Right Swipe. ![Capture-error](https://user-images.githubusercontent.com/25709472/63266834-6cfb0900-c2ae-11e9-8cda-dcf2ad6da4b7.PNG)

https://github.com/react-component/swipeout/blob/8e6d1e7a23ad2fba1cb7458cc61ae7b6550b1fd6/src/Swipeout.tsx#L146-L148 上面这段代码中的 `this.open` 方法的第 2、3 个参数是不是反了,虽然最终未影响到代码逻辑,但正确的是不是应该是下面这样的? ``` JavaScript doOpenRight = () => { this.open(-this.btnsRightWidth, false, true); } ```

修复 this.btnsLeftWidth 和 this.btnsRightWidth 在未渲染完成的情况下拿到错误的 offsetWidth 值

I am seeing this Intervention in the JavaScript console in Chrome: `[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080` In: `Swipeout._this.onCloseSwipe...

Updates the requirements on react-native-index-page to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...

dependencies