react-native-sortable-listview icon indicating copy to clipboard operation
react-native-sortable-listview copied to clipboard

Drag drop capable wrapper of ListView for React Native

Results 73 react-native-sortable-listview issues
Sort by recently updated
recently updated
newest added

Running demo on android emulator, unable to drag and drop normally

Hi, I spend many hours on this issue. When you use react-native-sortable-listview on a screen load with react navigation but this screen his hidden, this.refs.wrapper.measure will return null for each...

![unnamed 1](https://user-images.githubusercontent.com/34925143/34424364-299799b6-ec0a-11e7-88e4-346b5c48c1db.jpg) I'm getting this error in IOS, does anyone know what it can be? No Android is working properly. Edit: My workaround is edit the node_modules/react-native-sortable-listview/index.js and add the...

Sometimes this unhandled exception occurs on tapping on a sortable item, if I have `moveOnPressIn` set: ``` Unhandled JS Exception: TypeError: Cannot read property 'pageY' of undefined This error is...

How to drag and drop between flatlist. example : https://rafaelquintanilha.com/apps/sortabletargets/

@deanmcpherson @chetstone @nihgwu when starting to drag and drop element, an error `wrapperLayout undefined` is generated, from 'KittenTeam/react-native-sortable-listview' commit `0264c3db324e3c86dabef63f269aa7d9ad9c7579`

Silly question is it possible to detect press/tap on a row before the long press trigger? To make the row clickable? Maybe Im missing something super simple?

This PR removes the `LayoutAnimation` method calls in order to reduce flickers on Android and Windows. Its likely to be fixed in the future, but it is causing some issues...