Navigation does not work in React Native when navigate or replace
I implement login/register in react native app. but my navigation fails.
This is my app.js file. Tab Navigation that should be rendered once user is authenticated otherwise I need to show login page.
Tab Navigation is not showing up React Native
I seed to show Bottom Tab Navigator in App but it does not show up.