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
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
@@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?
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
bro, knowing is one thing, teaching is another. you are too fast with everything. Go slow, try to make people understand what you are doing. Feels like you are doing some kind of duty and trying to somehow finish your turorial and go home.
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
Great suggestion. I'm sure it'll help others as it helped me also. Thanks
Really nice video, i liked the thing that you did it with Expo Router
Awesome tutorial, really took it step by step and easy to follow
Excellent and comprehensive tutorial! 🥳🥳
Glad you enjoyed it!
well done mate , it is quite advance topic.
Looks great, congrats!
Is there any repo for the code?
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
great tutorial
Thanks!
Really good. Thankyou.
Glad you liked it!
@@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?
@@itzpradip Is there any chance of sharing your code? Maybe a link to Github? That'd be great.
The best
TOP D+
Please share code link.
Can we get the source cod?
when we press back in any tab, home tabbutton is missing
Amazing amazing amazing.
You're amazing!!
Awesome bro, can we get git hub link ??
Can't get it working on Expo 51. Has anyone managed to get it working?
Can you provide the source code please
Hello friend can you help me to fix somethings ?
If you go on another tab than the home and use back button. The animated background does not comes back
Bro make a same tutorial in flutter❤
Sure 😊
Hi, Can you please provide the source code ?
Dada mobile screen এর ব্যাপারটা কম্পিউটার ডাউনলোড হচ্ছে না
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
Não consigo entender, fez muito rapido
Can you give me the source code?
bro, knowing is one thing, teaching is another. you are too fast with everything. Go slow, try to make people understand what you are doing. Feels like you are doing some kind of duty and trying to somehow finish your turorial and go home.
Yeah, exactly