Advanced React Native FlatList animations at 60fps with Animated API

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 2024
  • I decided to make another advanced FlatList #ReactNative animation video tutorial this time. This is an animated carousel/animated slider with lots of animations going on.
    In this video tutorial we'll learn how to create:
    - use the snapToInterval prop
    - how to display a portion from the prev and next item
    - how to align the active slide in the middle
    - how to use MaskedView
    Built using @expo, vanilla React Native Animated API and FlatList.
    This code works in plain React Native project as well since we are using only React Native APIs such as Animated and FlatList.
    - Inspiration: dribbble.com/shots/8257559-Mo...
    - GitHub: github.com/catalinmiron/react...
    👉👉👉 More react native animations: www.animatereactnative.com/ 👈👈👈
    --
    - Expo: expo.io/
    - TMDB: www.themoviedb.org/
    ----
    👉Join Discord: / discord .
    Want to support me?
    - Patreon: / catalinmiron
    - BuyMeACoffee: www.buymeacoffee.com/catalinm...
    - Paypal: paypal.me/catalinmiron
    ----
    You can find me on:
    - Github: github.com/catalinmiron
    - Twitter: / mironcatalin
    - Website: batman.codes
    Timeline:
    00:00 Intro
    01:15 Project presentation
    04:09 snapToInterval / decelerationRate
    05:07 animate FlatList items
    07:30 how to display the item in the middle snapToInterval
    09:45 fix FlatList item animation
    10:33 Create the backdrop
    12:45 Backdrop FlatList
    14:15 LinearGradient to fade the Backdrop
    16:20 Animate Svg to create the parallax effect
    18:53 60fps demonstration
    19:26 Final words
    #reactnative #animations #expo #tmdb

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

  • @CatalinMironDev
    @CatalinMironDev  3 ปีที่แล้ว +23

    I received a lot of comments that this is not visible on Android devices. Here's the fix for it: snack.expo.io/@catalinmiron/react-native-movie-2.0-carousel-for-android. Thanks a ton!

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

      having issues with this can i speak to you on twitter?

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

      Still not working on Android.

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

      Hi, in your example you use useNativeDriver: false. It is too slow on my device. Do you have any solution with useNativeDriver: true for android ?

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

      I have managed to try and works on android, don't know the implication but I make the { useNativeDriver:false} in Animate.Flatlist} and follow the above code link, and made some changes as the input range is const inputRange = [
      (index - 1.5) * ITEM_SIZE,
      (index - 1) * ITEM_SIZE
      ] and const translateX = scrollX.interpolate({
      inputRange,
      outputRange:[0, width],
      extrapolate:'clamp'
      })

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

      @@pixelwizardai where did you put useNativeDriver false

  • @prakashd842
    @prakashd842 3 ปีที่แล้ว +46

    This guy is very underrated . He deserves more subscribers .

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

    Great work! I enjoyed every piece of it.

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

    This was awesome, I loved it, super helpful.

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

    Amazing tutorial. Thank you 😊

  • @jolly7506
    @jolly7506 3 ปีที่แล้ว +2

    Thank you for making awesome tuts for us and inspiring the React Native movement!

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

      Glad you like them and it's my pleasure Erik. I am involved in this community for more than 6 years and I simply love it. Thank you for sharing your thoughts ✌️

  • @sripasum3122
    @sripasum3122 3 ปีที่แล้ว +9

    You deserve many more subscribers for this. Thank you for the quality content ☺️

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

      Thank you Sridatta, I’m doing my best to teach as many things as possible and I’m just scratching the surface here:) ✌️

  • @theOrdinaryDev
    @theOrdinaryDev 2 ปีที่แล้ว +1

    This is the best react native content I have ever seen.

  • @sibrimbarcenasreales5525
    @sibrimbarcenasreales5525 13 วันที่ผ่านมา

    Nice video, thanks for this content !

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

    AWESOME tutorial.
    Thank you!

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

      Thanks for checking it out Arkham ✌️

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

    Great tutorial, thanks

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

    Awesome tutorial. Thank you!

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

    Awesome video, clean code, no complications!

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

      Thank you Aleks. I’m glad that you like it

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

    Thank you very much. I'll share this video with my friends.

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

      So nice of you Akmal, thank you! ✌️

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

    very helpful tutorial! I learnt a lot about animations on rn through your videos 👍🏻 thank you...

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

    Hey man, that was a really nice video, and a great learning. Thanks, from Brasil

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

    Great tutorial again. Thank you so much

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

    This interface is out of this world! 🥰🥰

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

    Thanks, this is the best tutorial

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

    Thanku so much bro I will be implementing this animation in my project, I will share your video in my friend circle I think you deserve more subscribers,🙂👍

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

    Best animation tutorials! Thanks! 👍

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

    Thank you very much for your great content. I'm going to watch all your videos. I'm new to react-native.

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

      Glad you like them and welcome to React Native community Ibrahim! ✌️

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

    Ohhhh... I can't express how happy I am like I can do all that stuff in css or framer motion but I was struggling to do that in react native and thought that I lost all my progress but your channel gave me hope to continue working on react native.

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

    That is awesome! Thank you!

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

      You’re welcome Nicolas, I’m glad that you like it✌️

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

    Thank you from Brazil!

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

    Just on time! Thanks!

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

      You’re welcome. Thanks for checking out this video ✌️

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

    Awesome job again, thanks man.

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

      Thank you Bora, I’m glad you like it ✌️

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

    Thanks keep making videos like this! :D

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

    Very cool. Thank you for this.

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

      Glad you liked it and you're welcome. Thanks Mohd! ✌️

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

    Awesome video, please continue making video like this.

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

    Bro.. it was amazing..!!! you are PRO

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

    Man... You're the best!

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

    This guy deserve to be the top react native teacher on youtube.

  • @AkshatKumawat
    @AkshatKumawat 3 ปีที่แล้ว +2

    I'm pretty impressed with this tutorial and your way to teach is so good... Cam you please make a video on instgram stories animation that will be appreciated ❤️

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

    Finally TH-cam suggested great channel

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

    Very good video!

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

    Great work Catalin

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

    Thanks!

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

    earned yourself a subscriber here!

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

    Your explanations are really nice, thanks for a great tutorial

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

      Thank you Cheruiyot! I’m always trying to improve myself ✌️

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

      @@CatalinMironDev That's great, you are so good, how long have you worked with react native?

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

      @@collocheru Since January 2015 (I had access to the private React Native repository).
      You can listen to my React Native Radio session to find out more about me and my work:
      dev.to/reactnativeradio/rnr-122-react-native-animations-feat-catalin-miron
      dev.to/reactnativeradio/rnr-168-animations-and-micro-interactions-in-react-native-with-catalin-miron
      Thank you Cheruiyot ✌️

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

    Awesome! Bring more animation videos, you explain very well. +1 sub

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

      Thank you Youssef! There's more to come ✌️

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

    Man this is awesome!

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

      Thanks Darshan, I’m glad you liked it ✌️

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

    this man is directly connected

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

    Thank you so much man.

  • @gung2267
    @gung2267 3 ปีที่แล้ว +2

    Really really good!!!

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

      Thank you so much for showing your support ✌️

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

    you have my respect bro!

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

    Awesome. Keep it up.

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

      Thank you Kuldeep, I’m glad you like the video ✌️

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

    Brillant 👍👏

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

    Perfectly beautiful

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

      or beautifully perfect

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

      Thanks Saeed and I’m glad this helped you ✌️

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

    Boooyaaah!! Lets go! Love you man.

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

    Awesome vids thanks a lot

  • @programmersohel
    @programmersohel 5 หลายเดือนก่อน

    Great!

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

    I'm your new subscriber 😁

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

    awesome 👍 thanks lord

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

      I’m glad that you like it. Thanks Dio ✌️

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

      I’m glad that you like it. Thanks Dio ✌️

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

    You are god of Flat List Animation.

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

      hahaha, thank you ✌️I just wanted to show that it is possible to create awesome stuff with React Native :)

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

    awesome video!!! subscription

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

    Master!

  • @md.rajibsk4613
    @md.rajibsk4613 3 ปีที่แล้ว

    Grt Job Man 👍👍... You got a new subscriber 🤣

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

    Great tutorial. I am wondering, how can I loop this content, in the Flatlist. Really finding hard on how to get the Flatlist items to loop.
    Thanks a lot. Your videos have helped me understand React Native and Animations better every time. Thanks!!

  • @dannyhw
    @dannyhw 3 ปีที่แล้ว +4

    Great work! By the way you can also add padding to the flatlist contentContainerStyle instead of doing a dummy element.

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

      You are right! I wanted to show both ways dummy elements and padding (this will be in a future tutorial) but stick with padding. Thanks Danny ✌️

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

    Nice tut on react native 🤘. I'm noob to react native . Dude u explain amazingly about all stuff....
    I would suggest to try building from scratch..
    Overall nice tuts dude🤘

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

      Great suggestion! Thanks a lot Sahil it really means a lot to me to be able to help you! Thanks ✌️

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

    Superb

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

    I hit like before I watch! !

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

    Thanks Catalin for this amazing content. By the way when you are starting making content on reanimated 2?

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

      Maybe next year, I’m not yet finished with Animated API and most probably you’ll see Reanimated2 content after I’ll publish my Reanimated2 course. Cheers Hritik ✌️

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

    Thanku so much

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

    This is very good and I just want to know how you imagin before any animation

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

    You're too cool bro

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

    Learn a lot

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

      This is amazing, I'm glad to hear this! Thanks Aposte ✌️

  • @davidexequieljiron5862
    @davidexequieljiron5862 8 หลายเดือนก่อน

    Nice

  • @cleversonluizcorreiadesouz5959
    @cleversonluizcorreiadesouz5959 3 ปีที่แล้ว +7

    Man... You definitely should make an Udemy course on ReactNative animation...

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

    Hi man, great work! Is it possible to add a swipe up and down to the centered item? Would be a great feature! Or if possible could you point me in the right direction on how to do this, thanks

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

    Perfect

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

    Awesome, could you make a vídeo of shuffling cards and when you choose one, it leaves from the card deck and go to another position

  • @joshreynolds4164
    @joshreynolds4164 3 ปีที่แล้ว +7

    You've gotta get an animations course out man! Awesome stuff, thank you!

    • @CatalinMironDev
      @CatalinMironDev  3 ปีที่แล้ว +12

      Thank you Josh! I'm working on it ❤️

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

      @@CatalinMironDev Can't wait!

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

      @@CatalinMironDev I'm waiting for it dude, awesome work brother

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

      Catalin Miron I also suggested you on Twitter regarding the course.

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

      @Catalin Miron hi can you please make a video on how use graphes in react native and how to show them on mobile it will be helpful for my project thank you for hearing me.

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

    hey hi i really loved your teaching .. got a doubt how to pass props to components in shared element Screen ??

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

    instead of using if statement to check and add view u can directly add view to before an after flatlist using listHeaderComponent and listFooterComponent

  • @mhasnain.ali_
    @mhasnain.ali_ 3 ปีที่แล้ว

    Great work!!
    Can you help me with the Dynamic Input fields Adding to the array as an object. And showing it on click of plus button, with Animation?
    I'm not getting it write or tell me where to look for it...

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

    I like the curly brackets, what theme are you using in VS Code ? or what do you use to get these unique, more readable, brackets ?

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

      Hi, my VSCode theme is Palenight and the font is called Operator Mono. Thanks Stefan ✌️

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

    hello! awesome video
    can you helpe, please?
    I`m also animating opacity of the items to 0.5 when they are not in the center, but whenever I set a state on this screen, it messes with the opacity. I guess it re renders the list and reapply the opacity, so if im a the 3rd item up, they become invisible
    would you know how to fix it?
    thanks!

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

    will you also make a video to make this a loop of bidirectional carousel?

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

    Great Tutorial,
    I used the fixed version on Android and I wasn't able to run at 60fps I got frames dropped .
    this is due my phone?? or just because animated on android works like that?

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

    You are goddamn awesome

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

      Thank you so much Robert, I’m glad that you like my videos ✌️

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

    I wonder if I can ever be in where you are in React Native

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

    ty for the video i always watch the anim and try to make it by my own and then watch your solution , about the spacer it would be better if you have added paddingHorizontal to the flatlist container instead of creating a spacer element , ty for your videos again

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

    it's so awesome
    how can I add auto scrolling to this project?

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

    Hello dear, thank you for all the work you have done. But for fix the flatlist active component in the middle of screen, you can use another smooth way. You can create a Empty component that will contain an empty view which must have SPACER_ITEM_SIZE as width value. Then put this component as listHeaderComponent and listFooterComponent for your flatlist. That is all. Sorry for my bad english guys.
    Please, have you a store of paid react-native advanced animations courses for people who want it?

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

    How do you stop the carousel so that it won't scroll more than one item per swipe?

  • @siyabongahadebe18
    @siyabongahadebe18 5 หลายเดือนก่อน

    If I am using a react native reanimated carousel, how can I get the scrollX to work

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

    Hey! It is amazing video! Just have a question. How can I get current index of active item?

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

    We can make this infinity? Like a linked list? The last item is linked to the first and this idea. Well, i think this is better than the spacer in start and the end. The right spacer shows the first items and the left-spacer of the first item show the last. You can do this in another tutorial?

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

    Thank u so much bro! But do u have video tutorial full about your project? I'm beginner. Pls

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

      No, sorry :( I don't have a full working app for this carousel but this is also going to be part of 10 React Native challenges which I am doing now and it's the last video. Here's the Patreon post to see what we are going to build: www.patreon.com/posts/10-types-of-41446571

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

    Good video and thanks for the knowledge you share with us. But I don't get the argument you pass in Animated.event in the onScroll prop. Where can I find documentation for the 'argMapping' in react-native (espacially for animated; confused af)

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

      if anyone is interested, i found this:
      {
      "contentOffset": {
      "x": 0,
      "y": 2395.333333333333
      },
      "layoutMeasurement": {
      "width": 414,
      "height": 736
      },
      "contentSize": {
      "width": 414,
      "height": 5000
      },
      "zoomScale": 1,
      "updatedChildFrames": [],
      "contentInset": {
      "right": 0,
      "top": 0,
      "left": 0,
      "bottom": 0
      }
      }
      animationbook.codedaily.io/scroll

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

    if you could do some tutorials for firebase with react native from scratch would be awasome, there are not many of them and the available ones are not so good as well.
    Thanks for your work!

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

      I already have a series where I create a Habits app frok scratch with GraphQL (backend and mobile) but I will definitely consider expanding the content here. Thanks Felix ✌️

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

      @@CatalinMironDev Thanks to you Catalin!

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

    hi thanks for the video really usefull, i know nothing about reanimated v1 and v2 and i want to learn one of them should i start with v2 or v1 what do you suggest?

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

      Thanks Kreb. To be honest, Reanimated2 is great and powerful, the only downside I'll say is that it is still in beta/alpha so is not that mature compared to Reanimated1. I'll create a course that will walk you through everything that you need to know about Reanimated2. I'll announce it here on the channel once it is ready!. Thanks!

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

    can we have active index in this?

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

    @Catalin Miron how to achieve dynamic scroll able vertical pager ( tabs ) with lazy effect.

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

    Tutorial was very nice but your fonts got more attention. I also want to use that fonts and I searched everywhere but I can't find them. Can you please tell the font name?

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

    please create one video for inshorts kind of animation in react native flatlist

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

    Hey Catalin! Firstly, thanks for the tutorials, I've seen a lot of them already.
    I have a doubt, I'm trying to animate the FlatList using the Reanimated v2, but I'm getting frame drops, which is making me start using the AnimatedAPI. Do you know how can I avoid frame drops on FlatLists using Reanimated v2? Anyone who sees this comment and is experiencing the same problem, know how to fix it?

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

      Had the same problem yesterday. I solved it by building some limitor algorithms for the data being passed into the list. What's weird is that if you map the same data in a scrollview, you dont get the frame rate drop.

  • @informatvetv4843
    @informatvetv4843 10 หลายเดือนก่อน

    I selected same code of yours but background image is not moving . first one stays even i move to next movie