If you have any questions about this or request tutorials in this style, be sure to leave a comment below, and thank you for liking the video. 😉
@RoshanTamilsellvan3 жыл бұрын
I'm already on this for three days and going strong! Thank you Mash, you rock!
@mashschool3 жыл бұрын
Great job!
@dhawalpatil77792 жыл бұрын
one of the best course
@faithappoh Жыл бұрын
Awesome tutorial on navigation
@sanilkp61803 жыл бұрын
Thank you very much!
@dennisgonzales95213 жыл бұрын
Awesome stuff!
@southredmondtoxik18852 жыл бұрын
One of the best react native teacher♥️
@sandeepmaurya5262 Жыл бұрын
I agree
@naveenchandar58193 жыл бұрын
It helps me a lot.Thank you Mash for this wonderful explanation.
@mashschool3 жыл бұрын
Glad it was helpful!
@mahmoudjameel91362 жыл бұрын
Awesome bro < but I need ask about I need padding top in header to material-top-tabs Because I have problem in header not show please
@muhammadhamzaqadri15483 жыл бұрын
when there is a new features is added in react native so please make a such wonderful videos for us on that topic.
@mashschool3 жыл бұрын
Great idea, thank you.
@muhammadhamzaqadri15483 жыл бұрын
thanks alot. you are so a talented and amazing teacher. when will the remaining videos will be uppload?
@mashschool3 жыл бұрын
You're very welcome! Working on it.
@priyankakugapriya67413 жыл бұрын
Thank you for the great video. Will this method be applicable for react native for windows as well?
@mashschool3 жыл бұрын
Yes you can use this module in RNW. In this link you can find the list of supported modules: microsoft.github.io/react-native-windows/docs/supported-community-modules
@cinimodmil3 жыл бұрын
Hello Mash! Really great series! Is there any way to introduce a tab bar badge for material top tab navigator? Been trying to google for it but everything just shows bottom tabs.
@mashschool3 жыл бұрын
This issue is still open in RN repo! github.com/react-navigation/react-navigation/issues/8744 You can use react-native-tab-view module for that.
@bennett88673 жыл бұрын
thanks bro
@mashschool3 жыл бұрын
Welcome
@xyunsx3 жыл бұрын
🌹
@a225112343 жыл бұрын
Thank you for the great video. But I have a problem when i reload program and using TopTabNavigator, my emulator shows this problem "If you want to use Reanimated 2 then go through our installation steps" how to solve it ? thank for your helping
@mashschool3 жыл бұрын
Make sure you have installed all dependencies mentioned here: reactnavigation.org/docs/getting-started/
@vishalyadav87893 жыл бұрын
sir how can we add tabBarBadge in MaterialTop Tabs Navigation for notifications count V-6.x
@ozilog91053 жыл бұрын
Thank you for the awesome video. I have learned so much from you. Please make a small app for us all to Learn better
@mashschool3 жыл бұрын
At the end of this series, I'll prepare a small app in a few sessions.
@realtorBG3 жыл бұрын
is it the same this video for EXPO as well
@mashschool3 жыл бұрын
Yes, you just need to install the RN Expo dependencies. reactnavigation.org/docs/getting-started/
@ahmadalastal53033 жыл бұрын
I don't have android folder !, I am running the expo project not the CLI one, any help ?
@mashschool3 жыл бұрын
If you have created your project with expo, you don't need an android folder.
@ahmadalastal53033 жыл бұрын
@@mashschool Awesome, Thanks man
@subhashkiran73843 жыл бұрын
Hi, Can you please tell us how to hide MaterialBottomTabs in particular screen?
@mashschool3 жыл бұрын
You should use nested stack navigator like this: reactnavigation.org/docs/hiding-tabbar-in-screens/
@subhashkiran73843 жыл бұрын
@@mashschool its not working for MaterialBottomTabs, but it will work for BottomTabs
@leongvincent92943 жыл бұрын
Thank you and appreciate all your great lectures. Please make a simple app when you can like an Instagram where user post fill a little form and then it displays in a card component on activity feed. 🙏🏻
@mashschool3 жыл бұрын
In the next series, I'll build a larger app like Instagram from beginning to end.
@abdallahjabermohamad31473 жыл бұрын
wow
@gadhirajuvaraprasad45783 жыл бұрын
how can i use both top and bottom tabs together?
@mashschool3 жыл бұрын
You can use them nested. Something like this: stackoverflow.com/questions/63996844/react-native-combine-bottomtab-with-toptab
@ReconCadre3 жыл бұрын
@@mashschool I am getting Navigators cant be nested
@subhashkiran73843 жыл бұрын
For ios, the screen is covered with top notch. how to add top tabs below notch display.
@mashschool3 жыл бұрын
You can use SafeAreaView component. reactnative.dev/docs/safeareaview