Question : BottomNavigation and Portal
See original GitHub issueI am using BottomNavigation
, in a Scene I am using FAB.Group
, the FAB is rendered in all Scenes , How can I hide FAB in other Scenes?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8
Top Results From Across the Web
Show BottomNavigation once the user is logged
but the BottomNavigation its being showing in every screens, i only want to show once the user is logged. after click on login...
Read more >How to Implement Bottom Navigation With Activities in Android?
We all have come across apps that have a Bottom Navigation Bar. Some popular examples include Instagram, WhatsApp, etc.
Read more >US ELearning Site - Dashboard 3.0 (Bottom Navigation Version)
The admin portal allows operators to manage and setup the features for your branded member app.
Read more >React Navigation v5 + React Native Paper = ❤️
After reading this article, using Paper's BottomNavigation, Appbar, Drawer, FAB or Portal alongside with React Navigation shouldn't be a problem ...
Read more >Bottom Navigation Pattern On Mobile Web Pages: A Better ...
In this article, I will try to explore these questions. The History Of The Top Navigation And The Hamburger #. The first hamburger...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I test in Android, but I think it works on iOS too Use inspector to find what style you must change, or add
borderWidth:1
to FAB and all parents to see components dimensions Then useflex:1
to fix it@sm2017 are you using android or ios? In my app the
Portal.Host
works in the sense that it is not rendered after navigating away from the screen, but the positioning goes to top-right and the z-index is set to 0. Even withflex: 1
i can’t seem to make it work. I’m using the FAB inside aScrollView
.