question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Questions regarding nested NavigationStack

See original GitHub issue

v6.0.0 release comes with nested NavigationStack components support. I’m wondering if it can be used to create tab based navigation because I’m not happy with BottomNavigation from react-native-paper because it is rather slow on Android and has flickering issue. Can you provide a sample app on how to use it, please?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
SatyaFarizcommented, Sep 19, 2019

Ah I see. No problem. I’ll stick with the current BottomNavigation from react-native-paper for the moment.

0reactions
grahammendickcommented, Oct 6, 2019

I did it sooner than I thought! I’ve just released a new TabBar component that works on Android and iOS. It uses the ViewPager on Android and the UITabBarController on iOS. You can try it out in navigation-react-native v6.1.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

SwiftUI - Nested links within Navi… | Apple Developer Forums
I'm using a two-column NavigationSplitView. Within the 'detail' section I have a list of SampleModel1 instances wrapped in a NavigationStack. On the List...
Read more >
Nesting of several NavigationLink in a NavigationStack ...
Found the solution thanks to @Asperi's comment. First, create a Hashable enum containing the destinations. enum Destination: Hashable { case ...
Read more >
Nesting navigators - React Navigation
Nesting navigators means rendering a navigator inside a screen of another navigator, for example:
Read more >
Is it legal to use a NavigationStack inside ... - Hacking with Swift
I can manage a NavigationStack with its own path nested within another NavigationStack , with even it's own path .
Read more >
How to Navigate Between Nested Stacks? · Issue #983 - GitHub
So my question is this: how do you navigate between nested / leaf stacks? ... for is to go forward and back through...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found