This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
-
I would like to add a button above the TabBarTabBar component, which navigates back to the previous screen. I saw in an other discussion that is achievable with Stacknavigator, but isn't there a simpler way? As I've seen the TabBar and TabView components can't be wrapped inside another View. Isn't there a different solution than this: #780? |
Beta Was this translation helpful? Give feedback.
Answered by
nandor23
Aug 19, 2022
Replies: 1 comment
-
Sorry for being inattentive. As it turns out, I can wrap the TabBar inside the View component. Since I can't delete the discussion, I will mark it as answered... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nandor23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for being inattentive. As it turns out, I can wrap the TabBar inside the View component. Since I can't delete the discussion, I will mark it as answered...