Karthik

Results 27 comments of Karthik

Same issue here "react-native-image-crop-picker": "^0.35.0", "react-native": "0.63.2",

This worked for me. Import RefreshControl from react-native `import { RefreshControl } from 'react-native';` And use it like this ``` `draggable-item-${index}`} onDragEnd={_onDragEnd} /> ``` The DraggableFlatlist component spreads the props...

@bingbing720 No. RefreshControl [https://reactnative.dev/docs/refreshcontrol](url) is a component used inside a for enabling pull to refresh functionality. The component spreads the props to the inside, accepts refreshControl prop because it inherits...

@kevinpiske Are you facing the issue in android ??

@bmbknds Yeah something like trello kanban board. I am still on the search for proper implementation. Did it work? Can you attach a GIF of what you achieved and the...

@squatto With react there are various options, searching for a solution in react-native.

@Nehal-29 No, not yet. But I am constantly looking for react native apps that have Drag and Drop implemented in a section list.

Hey @Dmitry-GH. Thanks for pointing it out. I Will work on it. PR is also appreciated.

Thank you @riledv. Will review.

@kostimarko "dependencies": { "react": "16.11.0", "react-native": "0.62.2", "react-native-elements": "^2.0.0", "react-native-svg": "^12.1.0", "rn-content-loader": "0.0.4" }