Bottom Navigation Bar Tutorial in React Native

  Рет қаралды 124,069

Indently

Indently

Күн бұрын

In this video I’m going to be showing you how to create a fully functional bottom navigation bar with screens that you can customise in React Native.
Everything you need can be found in this GitHub repo:
github.com/fed...

Пікірлер: 83
@nazaratulikhmalmohd2983
@nazaratulikhmalmohd2983 2 жыл бұрын
This tutorial was extremely helpful. Btw I'm very new to react native and would love to learn more. Cheers mate!
@kaancavdar4808
@kaancavdar4808 Ай бұрын
Did you learn?
@OliverHutcheon
@OliverHutcheon Жыл бұрын
This was really useful. I found I was getting a console error because tabBarOptions has been deprecated and was unable to set the height or padding with the style. Fixed with 'tabBarActiveTintColor', 'tabBarInactiveTintColor', 'tabBarLabelStyle' and 'tabBarStyle' which need to be added into the screenOptions object.
@lidor2
@lidor2 2 жыл бұрын
Hi, I wanted to know how I can navigate to pages without having to add them to the bottom navbar
@RaynierL
@RaynierL 2 жыл бұрын
How can I change the color of the white bar
@jaewonyun3952
@jaewonyun3952 Жыл бұрын
Hello. Just a question how can we get just get the icon without the text? like home icon only, without the Home text! Thank you.
@k3nzxc584
@k3nzxc584 2 жыл бұрын
I've watched this video a few times and literally have NO idea where your accent is from!
@re_allyedge
@re_allyedge 3 жыл бұрын
Cool tutorial!
@anonymousentity5106
@anonymousentity5106 6 ай бұрын
My bottom tab keeps on getting pushed by keyboard. Is there any solution to make it stick to the bottom?
@bnoblephoto
@bnoblephoto Жыл бұрын
how to adjust the color of the tab bar?
@victorinacapita4982
@victorinacapita4982 Жыл бұрын
How do you run the expo again?
@BuzzTheUnicorn
@BuzzTheUnicorn Жыл бұрын
What if i want to navigate to a screen, that should not be shown at the bottom? If i declare it inside the navigator it automatically appears.
@jonathanblack1660
@jonathanblack1660 Жыл бұрын
Did you ever work out how to do this? How do you navigate to a screen that isn't one of your tab screens?
@fluffybunny510
@fluffybunny510 6 ай бұрын
Add it in the stack navigator , in stack navigator add your bottom or draw nav as root component, along with your other screens
@emilypark8144
@emilypark8144 2 жыл бұрын
This is what I was looking for, thanks!!
@vasantharajar9721
@vasantharajar9721 3 жыл бұрын
great video
@gil1537
@gil1537 2 жыл бұрын
tabBarOptions does not exist in my Tab.Navigator. How can i solve this problem ?
@asharalvany5129
@asharalvany5129 2 жыл бұрын
Did you ever figure that out?
@abdur-rahmaanmohabbat600
@abdur-rahmaanmohabbat600 2 жыл бұрын
@@asharalvany5129 I found that by putting most options in screen options worked. not sure about any further solution than that
@parkwinthrop585
@parkwinthrop585 2 жыл бұрын
in the MainContainer.js change teh tabBarOptions to screenoptions. it is on line 42 i think.
@ibnjalal9217
@ibnjalal9217 2 жыл бұрын
@@parkwinthrop585 if you put tabbaroptions the compiler will suggest the appropriate change cus its syntax changes with screenoptions
@user-mycollect
@user-mycollect Жыл бұрын
This video use @react-navigation/bottom-tabs version 5. However, tabBarOptions no longer exists in @react-navigation/bottom-tabs version 6, you should put options in screenOptions instead.
@sam_55555
@sam_55555 10 ай бұрын
How can we add this bottom navigation bar to a wordpress website converted to a mobile app using WebView? Please guide.
@juliafaria7306
@juliafaria7306 2 жыл бұрын
it was very helpful! Thank you!!
@gaminglorerd3686
@gaminglorerd3686 Жыл бұрын
13:14 That specific line, 'style', simply doesn't do anything for me? No padding or anything that I add in that line affects anything, quick help on what I might be doing wrong or if it got updated onto something else? Thanks!
@prasannapatil8479
@prasannapatil8479 10 ай бұрын
At top (above the frame)actually I get a screen name but actually I don't want it how to remove it.
@AzizKhan-or8yp
@AzizKhan-or8yp 2 жыл бұрын
Thanks for this amazing tutorial, that's I was looking for. ❤❤❤❤
@adityakulkarni6204
@adityakulkarni6204 10 ай бұрын
How can we add repel effect on Bottom navigation bar tabs? I am using normal bottom navigation not material one
@seanghakheng5369
@seanghakheng5369 Жыл бұрын
Excuse me how to change the color of navigation bottom bar because I can't change it.
@sithabisohlanze8650
@sithabisohlanze8650 7 ай бұрын
I wish you best life ever man! Your explanations are so on point
@navjotsingh2457
@navjotsingh2457 2 жыл бұрын
Ty
@ThanHtutZaw3
@ThanHtutZaw3 Жыл бұрын
how can I horizontal scroll Like Facebook mobile app ?
@NRoX2
@NRoX2 Жыл бұрын
hi my bottombbar doesnt show up on my expo snacks, may i know why
@beckfoster5109
@beckfoster5109 2 жыл бұрын
Sir, your video saved a lot of my time! Thank you!
@chiho8119
@chiho8119 Жыл бұрын
From ReactJS jumping to React Native makes live much easier!
@younesabdenaceraitemrar5252
@younesabdenaceraitemrar5252 2 жыл бұрын
so cool to find such a content from such a pro like you :)
@numanmunir8818
@numanmunir8818 2 жыл бұрын
I have some issue in the code can you help me it.
@galileor713
@galileor713 3 жыл бұрын
hi, I'm using your tutorial, in my case style for padding and height is not working! device: ios also I want to edit background color, not working well
@JEsterCW
@JEsterCW 3 жыл бұрын
Learn how to use documentation :)
@ausama95
@ausama95 3 жыл бұрын
I have the same issiue, height doesn't work! did you get it to work?
@devashishpujari
@devashishpujari 2 жыл бұрын
Same issue 😬...did you find solution?
@emporteme
@emporteme 2 жыл бұрын
@@ausama95 did you found?)
@ausama95
@ausama95 2 жыл бұрын
@@emporteme no
@allansantos-bx3di
@allansantos-bx3di 6 ай бұрын
Very Good
@JumaInTech
@JumaInTech Жыл бұрын
I wish I saw this earlier. Thanks alot👏
@codemaster2107
@codemaster2107 2 жыл бұрын
If possible, Can you please make another video of bottom tab navigation with header bar with button
@AbdulWaheed-ib4nm
@AbdulWaheed-ib4nm Жыл бұрын
Best tutorial on bottom navigation bar. It is Very Clear and concise.
@RootsMj
@RootsMj Жыл бұрын
Really good and helpful tutorial for anyone new to React Native! 👏
@Sarah772u3
@Sarah772u3 2 жыл бұрын
This was the best tutorial. Thank you for this video!
@unbekannt8926
@unbekannt8926 Жыл бұрын
Really nice and clear tutorial, thanks. How do you optimize the size of the ioncions with dimensions?
@45sbdfbfd9
@45sbdfbfd9 2 жыл бұрын
Great tutorial. Thanks a lot for making this.
@Indently
@Indently 2 жыл бұрын
Happy it could help!
@HeitorYT
@HeitorYT 2 жыл бұрын
C:\Users\PC\Desktop\LifeOrganizer ode_modules eact-native\Libraries\Core\ExceptionsManager.js:149 Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native. React-Navigation does not work!!!
@Indently
@Indently 2 жыл бұрын
We’re sorry to hear that you’re facing trouble with this tutorial. We have some recommendations for you. - First, try watching the tutorial again to check if you missed something (remember that programming languages are strict, and that uppercase & lowercase characters are completely different.) - Second, if you’re facing an error, try copying and pasting it into the Google search engine, it’s the fastest way to find the best response for the issue you are facing. - Third, if it’s still too confusing for you, try taking a step back and working on an easier project to try to improve your programming skills before tackling the project in this video. We wish you the best of luck with your project!
@HeitorYT
@HeitorYT 2 жыл бұрын
@@Indently i copied and pasted and i didn't find a answer ;-;
@HeitorYT
@HeitorYT 2 жыл бұрын
@@Indently i'll try again tomorrow because it's too late(10:30pm)
@LuisGAldama
@LuisGAldama Жыл бұрын
i had the same mistake and i do not how to fix it :(
@urtechvibe
@urtechvibe Жыл бұрын
thanks brother
@theusurper
@theusurper Жыл бұрын
this is one of the best tutorials I've ever seen
@tetricko
@tetricko 2 жыл бұрын
if i have another stack navigator inside my app.js but i want my bottom tabs navigator for other screens. so basically i have screens in stack navigator and when the client logs in i want to take him to the homepage with the bottom tabs navigator to navigate between home, appointments and profile. how do i do it
@ricodane6847
@ricodane6847 2 жыл бұрын
Did u solve this?
@sergiodamm3705
@sergiodamm3705 2 жыл бұрын
@@ricodane6847 check out my workaround, hope this helps
@elmoukhtafikhadija9216
@elmoukhtafikhadija9216 2 жыл бұрын
A nice video thank you!!
@arikmosfor4907
@arikmosfor4907 2 жыл бұрын
greatest tutorial.make more please.
@superbin6021
@superbin6021 2 жыл бұрын
thank you teacher
@gil1537
@gil1537 2 жыл бұрын
Hello ! nice video but the icons do not appear on an android phone, what can i do ?
@gil1537
@gil1537 2 жыл бұрын
on my android*
@SWAMP1ZZO
@SWAMP1ZZO 2 жыл бұрын
try adding them through terminal manually: npm install react-native-vector-icons
@divinebanana9782
@divinebanana9782 2 жыл бұрын
why isn't the height working for me ?
@emporteme
@emporteme 2 жыл бұрын
Hi, fixed it?
@tomoliver_music
@tomoliver_music Жыл бұрын
nice one
@yisrelindrawan8654
@yisrelindrawan8654 2 жыл бұрын
how do you install the ionicons there?
@Indently
@Indently 2 жыл бұрын
If I didn't mention it in the video, it's because they were already installed.
@numanmunir8818
@numanmunir8818 2 жыл бұрын
@@Indently Then how to install it
@Indently
@Indently 2 жыл бұрын
@@numanmunir8818 If I didn't mention it in the video, it's because they were already installed.
@SWAMP1ZZO
@SWAMP1ZZO 2 жыл бұрын
try adding them through terminal manually: npm install react-native-vector-icons
@SWAMP1ZZO
@SWAMP1ZZO 2 жыл бұрын
@@numanmunir8818 try adding them through terminal manually: npm install react-native-vector-icons
@antonyndungu5514
@antonyndungu5514 2 жыл бұрын
Awesome tutorial, brief, clear and concise.
@jhramirezr
@jhramirezr 3 жыл бұрын
You already made the same video with Expo .... Would make more sense to make it Without Expo
@Indently
@Indently 3 жыл бұрын
They're completely different, one uses the official material package, and the other one is fully custom. But making without Expo is a good recommendation.
“typing” is getting deprecated in Python
7:20
Indently
Рет қаралды 68 М.
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 116 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 28 МЛН
The day of the sea 😂 #shorts by Leisi Crazy
00:22
Leisi Crazy
Рет қаралды 2,3 МЛН
Custom Tab Navigation in Expo Router | React Native Tutorial | Part 1
20:11
Introduction to react native navigation
10:45
Hitesh Choudhary
Рет қаралды 39 М.
Is React Native Dead in 2024?| Explained | Senior SWE
9:54
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 478 М.
All useEffect Mistakes Every Junior React Developer Makes
22:23
How to Present a React Native Bottom Sheet
30:28
Simon Grimm
Рет қаралды 46 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
The Home Server I've Been Wanting
18:14
Hardware Haven
Рет қаралды 175 М.