Custom Animated Bottom TabBar in React Native with Expo Router | React Native for Beginners

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

КОМЕНТАРІ • 28

  • @tomasmikenas1993
    @tomasmikenas1993 28 днів тому +3

    Great video. Small recommendation: move "tabPositionX.value = withSpring(buttonWidth * index, { duration: 1500 });" out from onPress handler to the useEffect, like that: useEffect(() => {
    tabPositionX.value = withSpring(buttonWidth * state.index, { duration: 1500 });
    }, [state.index]); this will ensure correct highlight when index changes outside onPress, i.e. navigating to certain tab from deep link

    • @itzpradip
      @itzpradip  27 днів тому

      Great suggestion. I'm sure it'll help others as it helped me also. Thanks

  • @gerryramosftw
    @gerryramosftw 24 дні тому

    Awesome tutorial, really took it step by step and easy to follow

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

    Perfect timing! I just started my first react native application and wanted to make the tab bar to look something like the one you made! Can you share the code, as well? :D

  • @TanquetaOwO
    @TanquetaOwO 2 місяці тому +1

    Really nice video, i liked the thing that you did it with Expo Router

  • @borges2200
    @borges2200 Місяць тому

    Looks great, congrats!

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

    Excellent and comprehensive tutorial! 🥳🥳

    • @itzpradip
      @itzpradip  2 місяці тому +1

      Glad you enjoyed it!

  • @sureshdonthula9326
    @sureshdonthula9326 2 місяці тому +1

    when we press back in any tab, home tabbutton is missing

  • @imomer
    @imomer Місяць тому

    If you go on another tab than the home and use back button. The animated background does not comes back

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

    Awesome bro, can we get git hub link ??

  • @mohammadkumail7508
    @mohammadkumail7508 2 місяці тому +1

    Can we get the source cod?

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

    great tutorial

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

    what a bummer. Followed everything and after the app crashed I got this:
    [Layout children]: No route named "(tabs)" exists in nested children: ["_sitemap", "+not-found", "(tabs)/explore", "(tabs)/index", "(tabs)/layout", "(tabs)/profile"]
    file structure is correct and cache is cleared

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

    Really good. Thankyou.

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

      Glad you liked it!

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

      @@itzpradip Sorry man , how do you select a longer and better quality video to upload in firebase, I get stuck when trying so, it keeps on waiting for media to be ready. Can you make a tutorial of how to achieve this?

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

      @@itzpradip Is there any chance of sharing your code? Maybe a link to Github? That'd be great.

  • @stevenf7474
    @stevenf7474 Місяць тому

    Can't get it working on Expo 51. Has anyone managed to get it working?

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

    Amazing amazing amazing.

  • @MrRayoux
    @MrRayoux Місяць тому

    Hello friend can you help me to fix somethings ?

  • @happyhappy-xd7rx
    @happyhappy-xd7rx 21 день тому

    Dada mobile screen এর ব্যাপারটা কম্পিউটার ডাউনলোড হচ্ছে না

  • @vinitborad
    @vinitborad Місяць тому +1

    Please share code link.

  • @gvkruz
    @gvkruz Місяць тому

    Não consigo entender, fez muito rapido

  • @AbrarAhmed-d1r
    @AbrarAhmed-d1r 2 місяці тому

    Bro make a same tutorial in flutter❤