The key to making this all work is to set the height of the using contentContainerStyle to `height: contentHeight + ItemHeight` that way you have one extra ItemHeight's worth of space on the bottom of the flatlist that allows for your top/bottom margin to be added without shifting your dragY position when picking up a task.
brother, you haven't implemented feature like user can drag card from list and drop card into different list. Which we can be seen on trello application.
The key to making this all work is to set the height of the using contentContainerStyle to `height: contentHeight + ItemHeight` that way you have one extra ItemHeight's worth of space on the bottom of the flatlist that allows for your top/bottom margin to be added without shifting your dragY position when picking up a task.
amazing video!
Thank you!
brother, you haven't implemented feature like user can drag card from list and drop card into different list. Which we can be seen on trello application.
Thanks bro u're a lifesaver
Thanks there are very few realm tutorials and i suck at following documentations
I'm glad you found it helpful!
Great video, can you also make a video on deep linking