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

1. Adds boolean prop called `bounceOnMount` which swipes the row enough to expose/educate user there are buttons behind the top view. 2. Exposes two methods: `bounceRight` and `bounceLeft` to manually...

Swiping is laggy on ios when I set state on onSwipeStart and onSwipeRelease

react.proptypes will no longer work. has to be imported separately `import PropTypes from 'prop-types'; `

still Intermittently getting this error: ![screen shot 2017-09-13 at 12 39 33 pm](https://user-images.githubusercontent.com/19782246/30391925-c865febc-9880-11e7-81b4-3909b52cc337.png) can you point me in the direction of a fix? Here is my swipeable code: ``` import...

error comes out right after npm install index.js: 606:36 style: _reactNative.ViewPropTypes.style, anyone have workaround on this ? react-native-cli: 2.0.1 react-native: 0.42.0

any animation example? need to be updated in readme

Hello, I am using swipeable with ListView on each of it's item. When I swipe any item, previously swiped item should be re-centered. how can I do that?

Hi, thanks for the great component. We're using react-native-swipeable for items in a FlatList/SectionList. The old, experimental SwipeableListView had a prop called `bounceFirstRowOnMount` that did exactly what it sounds like,...

Hi, Has anyone been able to make it work with the latest version of react?