react-native-swipeable icon indicating copy to clipboard operation
react-native-swipeable copied to clipboard

A powerful React Native swipe component.

Results 98 react-native-swipeable issues
Sort by recently updated
recently updated
newest added

this is my proplem 1 ,when close the right button its closed. (as expected) 2 , but its activated left button i mean its opened (but i need to disable)...

It's a bit difficult to properly describe it, so I recorded the behaviour to make make it easier to explain. The circle around the mouse pointer indicates the mouse button...

It would be really cool if we could activate a single vibrate on the native phone when you swipe to the activation distance. A lot of apps are doing this...

Example: 2 right buttons Is there a way to trigger an animation on the furthest button on the right to go full width overlapping the other button? This is essentially...

I have a simple component that I want to center vertically and horizontally with flex-box. Is this not possible? When I add `alignItems: center` the buttons disappear to the right....

First of all, amazing component! Thanks for creating it! I'm using this inside of a regular component without issue, but when I try to use it inside of a React...

Hi, I used your component to achieve a swipe list view, but the performance seems not well on the device. I used `onRightButtonsOpenRelease` to close swipe when its parent scrolls,...

I have nested components that both wrapped by a swipeable: ``` ``` Unfortunately, the inner component's Swipeable is unresponsive because the swipe gesture is given to the outer Swipeable first....

The component seems to be lagging in a large list.

I have a component with a list of Swipeable items. I track a currently active item by storing the reference that is passed to my `onRightButtonsActivate` handler. I then use...