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

A powerful React Native swipe component.

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

I need UI design of this example with icons and swipeable actions ![image](https://user-images.githubusercontent.com/37015044/65954116-45ff2d80-e43d-11e9-9418-969e80011745.png)

When I change width property from style only change the children of swipeable.

![image](https://user-images.githubusercontent.com/30838274/34477094-ec61c416-efbc-11e7-858d-13813b2cba9d.png) ``

Performance on android is worse, like easing not working and when swiping on active button its flickering. With this commits, those issue will fixed

When I use the left & right button if swipe the left button for all row items (FlatList or SectionList) -> work fine. But when swipe to right button ->...

I want to detect up or down swipes

I cannot for some reason get the recenter() to fire or do anything. `this.swipeable = null;` `const rightButtons = [ this.swipeable.recenter()}>Recenter Me]` ` this.swipeable = ref} rightButtons={rightButtons}> ... ` Any...

RTL is not supported in the Swipeable component

I have a flatlist in which I want to support swipe right deletion of items. How can I pass the item ID to the right button onpress function in order...

Portrait:- ![5c1b5d389d4a1182184922](https://user-images.githubusercontent.com/19853363/50275730-0f37c800-0466-11e9-82b6-f09b5450d9cd.gif) Landscape:- ![5c1b5ed534a68285533826](https://user-images.githubusercontent.com/19853363/50275962-c3395300-0466-11e9-96ef-c03de5839d82.gif) @jshanson7