#2 Adding Animation - Custom Bottom Tab Navigation Using React Native

preview_player
Показать описание

#ReactNative #ReactNavigation #expo
Few days back I made a video how we can create a custom bottom tab bar navigation like pinterest app inside react native using react navigation and now in this video we are going to see how we can add a little animation to it.

Creating Custom Theme inside React Native:

First part:

You can SUBSCRIBE to see more videos like this
PRESS HERE

Source Code:

Social Media Links
Рекомендации по теме
Комментарии
Автор

Woooow That was quick <3 Thanks a lot once again.... Your tutorials are awesome.. Hope we get to see more awesome tutorials in future <3

anilrai
Автор

Hello my friend, thank you so much for this tutorial, I have a question tho... On iOS, the tabBar shows Up at the end of the scroll because of the bounce back from the view. Do you have a workaround to make it work without disableing the bounce ? Thank you so much !!!! <3

shiroy
Автор

hi, thank you so much for this.
But can you do that animation without use Tab.Navigation tabBar?

hoanghai
Автор

How to use
UseEffect(() => {
toggleTabBarAnimation();
}, [showTabBar])
in class component

nishadpatil