Combine/Nest/Implement Stack Navigator and Tab Navigator React Navigation components for React Native

59 Views Asked by At

I'm trying to make a Water Tracker app (I know that already exists, I only want to challenge myself because this is my first project) and I want to use the Stack Navigator (That is already in the app) with the Tab Navigator. I've tried a lot of solution from Medium, Stackoverflow and official React Navigation documentation but none of them works for me. My goal is to have both stack navigator and tab navigator in all the screens. I'm using Expo CLi. This is the source code: https://snack.expo.io/XDRjrC7Gf Can anyone help me with this?

0

There are 0 best solutions below