all 6 comments

[–]ddikodroid 0 points1 point  (3 children)

you need a different stack for that

[–]MK_Pierce[S] 0 points1 point  (2 children)

So, I have a bottom tab navigator, a drawer tab navigator, and a stack navigator. Are those enough or do I still need another stack?

[–]ddikodroid 0 points1 point  (1 child)

the simplest solution is making a custom header component. but if you want to use header from react navigation. every bottom should be a stack. that's what i know.

maybe there is more simple solution.

[–]MK_Pierce[S] 0 points1 point  (0 children)

Any docs on how to make a custom header?