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.
amazing video!
Thank you!
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.
Thanks bro u're a lifesaver
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.
Great video, can you also make a video on deep linking