issues
search
fivecar
/
react-native-draglist
FlatList that can be reordered by dragging its items
MIT License
119
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
onReordered toIndex jumps out of the data.length
#52
ilyago
opened
1 week ago
0
Hey
#51
gerwld
closed
2 weeks ago
1
List Item Can Teleport When onDragStart Attached to Subcomponent
#50
jtwalsh678
opened
1 month ago
1
Multiple lists with drag-and-drop functionality
#49
gunayanil
closed
2 months ago
1
fix: #45 - adds index to `keyExtractor`
#48
fivecar
closed
2 months ago
0
fix: #40 - remove LayoutAnimation related code
#47
fivecar
closed
2 months ago
0
Bugging when dragging
#46
MathiasSvDK
opened
4 months ago
1
add index to keyExtractor
#45
alicegay
closed
2 months ago
2
feat: Allow replacing FlatList component via prop
#44
kav
opened
4 months ago
0
fix: Remove old reference to horizontal lists
#43
fivecar
closed
4 months ago
0
Fix position of item being dragged
#42
MarkHaakman
closed
4 months ago
2
fix: Refactor onStartDrag and onEndDrag to not require parameters
#41
lavi02
opened
5 months ago
0
Remove `UIManager.setLayoutAnimationEnabledExperimental(true)` or make it optional
#40
cip123
closed
2 months ago
4
Problem with scrollbar
#39
laFeeClochette
closed
7 months ago
2
Problem on dragging selected item
#38
moloudayat
closed
4 months ago
9
Revert "fix: remove typescript bypass on forwardRef (#31)"
#37
fivecar
closed
8 months ago
2
feat: make horizontal scrolling generic and update README.md
#36
fivecar
closed
8 months ago
0
fix: block rapid reordering from using stale indices
#35
fivecar
closed
8 months ago
0
apply PR merges
#34
hollanderbart
closed
8 months ago
0
Add simple support for horizontal lists
#33
dmytro-lytvyn
closed
8 months ago
4
Use measure instead of measureInWindow to get screen coordinate
#32
golery
closed
8 months ago
1
remove typescript bypass on forwardRef
#31
trajano
closed
8 months ago
1
First Item wont Drag
#30
yachtwave
closed
8 months ago
2
Horizontal Drag
#29
Jeffreyoboe1
closed
8 months ago
2
`Warning: forwardRef render functions`
#28
osmanyz
closed
12 months ago
1
problem with react native web
#27
pfndesign
closed
4 months ago
3
Array of objects not working?
#26
Bartosz-L
closed
1 year ago
0
Autoscroll Speed
#25
ahansson89
opened
1 year ago
1
FlashList
#24
ahansson89
opened
1 year ago
3
Enhancement: ListFooterComponent
#23
noahkurz
closed
1 year ago
1
After adding CellRendererComponent, onDragStart and onDragEnd works but onReordered does not perform
#22
sandeepa91
closed
1 year ago
1
fix: attempt to export generic types differently
#21
fivecar
closed
1 year ago
1
events can receive a void callback
#20
jwallet
closed
1 year ago
5
can't scroll below viewport
#19
Pau1fitz
closed
1 year ago
4
feat: rename onStartDrag to onDragStart and onEndDrag to onDragEnd #17
#18
fivecar
closed
1 year ago
0
Rename onStartDrag to onDragStart, etc
#17
charlestbell
closed
1 year ago
1
fix: update y position upon panResponderGrant to capture list position on screen
#16
fivecar
closed
1 year ago
0
add reMeasure via external ref (and overall imperative handle usage)
#15
OmerGery
closed
1 year ago
2
Dynamically changing parent component size without re rendering the draglist - breaks the drag and drop behavior (flatWrapLayout.current.y is wrong)
#14
OmerGery
closed
1 year ago
15
useIsActive must be called from within CellProvider!
#13
charlestbell
closed
1 year ago
5
feat: provide forwardRef for callers to access the underlying FlatList
#12
fivecar
closed
1 year ago
0
Ref to FlatList?
#11
mik-rom
closed
1 year ago
3
feat: add onHoverChanged event
#10
fivecar
closed
1 year ago
0
Need changelog.md
#9
SergiOnGit
closed
1 year ago
2
fix: reduce re-renders by useCallback for callbacks
#8
fivecar
closed
1 year ago
0
docs: add bling to readme
#7
fivecar
closed
1 year ago
0
Disable FlatList scroll while dragging
#6
denisandrei01
closed
1 year ago
2
fix: Android now works
#5
fivecar
closed
1 year ago
0
Not working correctly on android devices
#4
SergiOnGit
closed
1 year ago
1
Prevent slide animation after release
#3
alexkurowski
closed
1 year ago
2
Next