-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
If DndProvider is above a scrollView and not directly above draggableGrid, If scrolling, the pan areas are not well positionned.
Idk if it's more a bug because of my implementation or a bug in the DndProvider.
<DndProvider>
<ScrollView>
<DraggableGrid direction="row" size={3}>
{[1, 2, 3, 4, 5].map(i => <Draggable key={i} id={i.toString()}><Text>{i}</Text></Draggable>)}
</DraggableGrid>
</ScrollView>
<DndProvider>Having the DndProvider directly above DraggableGrid do the tricks tho.
See videos
Enregistrement.de.l.ecran.2024-12-17.a.11.53.20.mov
Enregistrement.de.l.ecran.2024-12-17.a.11.53.20.mov
Metadata
Metadata
Assignees
Labels
No labels