Multiple Drag and Sort List in Reanimated 2 (part 2)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 37

  • @engincandinc9328
    @engincandinc9328 2 ปีที่แล้ว

    The best Reanimated content on TH-cam by far! I like how you conceptualise complicated stuff in a simple way. Plus, I love Daft Punk!
    Thanks a lot, keep up the great work!

    • @eveningkid
      @eveningkid  2 ปีที่แล้ว

      Thank you so much Engin! Very happy you enjoyed it :) and I picked Daft Punk for a reason too!

  • @Quacky_Batak
    @Quacky_Batak 3 ปีที่แล้ว

    I like, how its not just about implementation but UX also. Was not expecting Part 2 next day 😁. Learnt a lot from these 2 videos. Great Video, waiting for future projects :wink:

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว +1

      Yes, me neither actually! I posted it right away because I already planned something different for next Wednesday. Just wanted that out of the way. I totally agree on the UX part, it’s always about the small details isn’t it... :) See you soon!

  • @jacobcole1271
    @jacobcole1271 3 ปีที่แล้ว

    Very nice addition for user interaction!

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว

      Thanks Jacob, this time I’m done with drag and sort...!!

  • @willyrosahuanca5884
    @willyrosahuanca5884 3 ปีที่แล้ว +1

    Great content u make animation seem easy and understable Love it bro!!! ket it up the good work!!!

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว

      Thank you so much for your message, it really means a lot to me!! Will do, have a great day :)

  • @emperorrassem
    @emperorrassem 3 ปีที่แล้ว

    I wonder how you learnt all those things! Great work.

  • @pistonben70
    @pistonben70 3 ปีที่แล้ว +1

    Really awesome and detailed video.
    The user experience on android seems a lot different for me. Any ideas on why that might be?

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว

      Mmm, I’m afraid not. The Reanimated team is very open to answer questions so if you see inconsistencies, feel free to reach out to them on GitHub :) Hope it works out for you, see you around!

  • @crypto4elik
    @crypto4elik 4 หลายเดือนก่อน

    nice! how can i make that if my element is on top of scrollview to scroll automatically up?

  • @excalibur885
    @excalibur885 3 ปีที่แล้ว

    Great video but still did not understood how we can scroll .
    I mean in my case when i put a pangesturhandler into a scrollable component, the scrollable loses the scrolling functionality

  • @jejunegamingtv1359
    @jejunegamingtv1359 3 ปีที่แล้ว

    this guy will recreate react-beautiful-dnd. mark my words ;)
    By the way, I am more than willing to pay for an animation course taught by you. Do update us if you have that in your roadmap.

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว

      Haha, that’s a lot of pressure on one person for dnd!!
      If I ever make a course, I’ll talk about it on the channel. Either way, it will be something very special and clean. There’s something I’ve had on top of my head for years and this might be the right time for it! It will be more than a course... :)
      I can’t say much but again, no worries, you’ll know if I ever do such thing. Priority goes to the channel for now!

    • @jejunegamingtv1359
      @jejunegamingtv1359 3 ปีที่แล้ว

      @@eveningkid hey no pressure about anything dude. just do as you wish. was just curious if you have any plans about selling course that's all. Hahah all the best nonetheless!

  • @shahrozatiq5312
    @shahrozatiq5312 ปีที่แล้ว

    But it does not change the array? how can i also apply those sorts on the data array?

  • @CodeWithRaihan
    @CodeWithRaihan ปีที่แล้ว

    how do it when i have different height item?

  • @ujjwalmanandhar1439
    @ujjwalmanandhar1439 3 ปีที่แล้ว

    Cool stuff

  • @markmccoid7547
    @markmccoid7547 3 ปีที่แล้ว

    Great videos, now, can you show how to add an item to a list. I am trying to do this with a Zustand store and adding an item to the store will crash the app.
    Thanks!

  • @privat3stuff
    @privat3stuff 3 ปีที่แล้ว

    🙌🏻🙌🏻

  • @junangameplays3271
    @junangameplays3271 3 ปีที่แล้ว

    You rock

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว

      I hope you had a great time following the tutorial, really :)

  • @야옹이좋아-u6c
    @야옹이좋아-u6c 2 ปีที่แล้ว

    the scrollview is not scrolling down in my case. I did copying your original code and typing all codes on my own but nothing works ;(
    I'm not using expo though. But I removed blurview and haptics.
    pan handler detects timing to scroll down or up but scrollview is not scrolling.
    And i even cannot see scrollY.value updating through useeffect
    Also is very slow in android..
    Could you please help me? ;)

  • @all-in-all7862
    @all-in-all7862 3 ปีที่แล้ว

    Super 👍

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว +1

      Don’t ever hesitate to share other ideas you’d like to see in the comments. Now you know it might be in a next video :)

    • @all-in-all7862
      @all-in-all7862 3 ปีที่แล้ว

      @@eveningkid 🙂😍sure brother.

  • @slimanemesbah8500
    @slimanemesbah8500 3 ปีที่แล้ว

    is this in react native ?

  • @jaygandhi7542
    @jaygandhi7542 3 ปีที่แล้ว

    Please make a video on useDerivedValue in reanimated 2

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว

      Hey Jay, what’s so specific about this hook? One video for this might be a lot I feel... useDerivedValue just creates a new shared value based on another shared value. It’s pretty much like doing Animated.add(animatedValue, 5) for example. Let me know what causes the confusion :)

  • @arjunghimire6709
    @arjunghimire6709 3 ปีที่แล้ว

    First Viewer

    • @eveningkid
      @eveningkid  3 ปีที่แล้ว

      Doesn’t count, I’ve seen it before you!