Skip to content
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

Proposal for Draggable ListItem #7

Open
Tracked by #3344
arpitBhalla opened this issue Apr 20, 2021 · 2 comments
Open
Tracked by #3344

Proposal for Draggable ListItem #7

arpitBhalla opened this issue Apr 20, 2021 · 2 comments

Comments

@arpitBhalla
Copy link
Member

arpitBhalla commented Apr 20, 2021

Is your feature request related to a problem? Please Describe.
A drag-and-drop FlatList component for React Native.

Describe the solution you'd like
Can be implemented using gesture handler & reanimated

Describe alternatives you've considered
https://www.npmjs.com/package/react-native-draggable-flatlist

Additional context

@pranshuchittora @flyingcircle @hetanthakkar1 @khushal87 @HariAcidReign Please Provide FeedBack

@khushal87
Copy link
Member

khushal87 commented Apr 20, 2021

I have personally used two of the drag and drop packages including the one mentioned above and https://www.npmjs.com/package/react-native-draggable-dynamic-flatlist in one of my projects. The problem we face here is that, when we put the drag elements inside a scroll view, for example, the parent scroll is taken up, and therefore there is unexpected behavior. Therefore, if we can fix this issue here it would be a good addition. I can explain what I mean by a video but that can't be shared here as the project is private. Also, the above repositories are not maintained anymore. The above stated problem is mainly in IOS devices

@arpitBhalla
Copy link
Member Author

arpitBhalla commented Apr 20, 2021

@khushal87 I will try my best to resolve this, Thanks for your opinion 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants