how do you make nested tabs

I’m using expo bottom tab template to create a demo so I can try to do the nested tab.

First I do ‘expo init awsomeproject’.

then I go to linkscreen.js and add to sub tabs

What I want to do is when I click Hobby, I go to hobbyScreen.js, And the bottom tabs remain intact.

How exactly I can make the navigation code to work like that?

He is the basic code, I leave it as the way expo gave me , just added two tab in link screen . https://github.com/craigcosmo/AwesomeProject

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.