Trello Clone with React Native: Drag & Drop, Sorting, Animations

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 8

  • @Kaze919
    @Kaze919 2 місяці тому

    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.

  • @joshbleijenberg4000
    @joshbleijenberg4000 7 місяців тому +1

    amazing video!

  • @SurajTopal-e6i
    @SurajTopal-e6i 7 місяців тому +2

    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.

  • @thedevnomad
    @thedevnomad 6 місяців тому

    Thanks bro u're a lifesaver

  • @edge0601
    @edge0601 7 місяців тому

    Thanks there are very few realm tutorials and i suck at following documentations

    • @notjustdev
      @notjustdev  7 місяців тому

      I'm glad you found it helpful!

  • @UdayKiran-u7i
    @UdayKiran-u7i 7 місяців тому

    Great video, can you also make a video on deep linking