Tell us which versions you are using:
Is it possible to make nested tabs? one in the bottom and, when i click the first link for the first tab, it show another tabbar in the top.
1.
2.
3.
Hi, any news on it ? I am looking at it to...
I need the same functionality with structure like
Tab 1 (title = "STARS")
Tab 2 (title = "REQUESTS")
|_ Tab 2.1 (Under same title)
|_ Tab 2.2 (under same title)
|_ Tab 2.3 (under same title)
Tab 3 (title = "Settigns")
I am about to do the same with React-Navigation and result is satisfactory but I want to know is it possible to do the same with RNRF.
When I put tab inside another tab scene, the inner tabs are shown but not clickable and title bar is not shown (I need "REQUESTS" with all nested tabs).
Any updates here?
Most helpful comment
I need the same functionality with structure like
I am about to do the same with React-Navigation and result is satisfactory but I want to know is it possible to do the same with RNRF.
When I put tab inside another tab scene, the inner tabs are shown but not clickable and title bar is not shown (I need "REQUESTS" with all nested tabs).