Jeff Hanson

Results 6 comments of Jeff Hanson

@gitlovenotwar about how many rows? Are you [disabling `scrollEnabled` when the user is swiping](https://github.com/jshanson7/react-native-swipeable#common-issues)? Also, what kind of ScrollView are you using?

Should work if you upgrade `react-native` to >0.46. Otherwise, you could downgrade `react-native-swipeable` to 0.4.0.

@Vaintti do you think this could be the same issue as #3? The current fix is to set `scrollEnabled` to `false` when a row is being swiped. See also https://github.com/jshanson7/react-native-swipeable#common-issues

@chiraggshah have you tried setting `scrollEnabled` to `false` on your `ScrollView`? See https://github.com/jshanson7/react-native-swipeable#common-issues

Is there an issue rendering a `` inside of `renderRow` of ``? Since `` doesn't require any specific ``/``, this should work.

Here's an example of how to do this: https://github.com/jshanson7/react-native-swipeable/compare/button-border-radius ![border-radius](https://user-images.githubusercontent.com/2469458/27988342-b3a4f39c-63d4-11e7-8c60-e0ff0a999c1e.gif)