DEV Community

Discussion on: React Navigation V5 : How to create Nested Stack and tab Navigation

Collapse
 
siddharth151199 profile image
siddharth

Thanks for reading!
So, we can pass value from stack1 screen to stack2 screen by making little bit changes in a code.
this is simple example for navigations. if we want a common header then we can create a Header file and import that file wherever we want.