-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HOLD react-native-x-draggable-list
#5] Implement draggable list
#25740
Comments
removing the bug label and related melvin comments. This is a new feature and is not a bug. |
react-native-x-draggable-list
#5] Implement draggable listreact-native-x-draggable-list
#5] Implement draggable list
@hayata-suenaga can I work on this |
Hey, I'm from Software Mansion, and I'm going to work on this. |
the PR is being worked on |
@stephanieelliott, @hayata-suenaga, @kosmydel Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Hey @hayata-suenaga, is this still on hold in some capacity, or should we remove |
ah sorry this issue is a dupe of this one closing this now |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
We’re going to create a draggable list component that is cross-platform in a new React Native library. The new library/component should support both mobile and web.
The new library has already been setup with the support for TypeScript. Please write the new library in TypeScript.
This component should essentially wrap react-native-draggable-flatlist (a React Native library) and react-beautiful-dnd (a React library) and to provide a consistent API.
The only features/APIs we need for the new component is the ability to take an array and display the list item for each item in the array. We also want to provide a call back? to make sure that the re-ordering behavior can be listened to.
This new library is used in the
DistanceRequest
component to replace this part.The text was updated successfully, but these errors were encountered: