Relative Content

Tag Archive for javascripttypescriptreact-nativeexpo

How to navigate to screens in tab navigation on web in React Native?

I am trying to navigate to my (tabs)/index.tsx screen from a different screen outside of the (tabs) folder on the web version of my app. It works fine on mobile. I have tried importing HomeScreen from (tabs)/index.tsx and then navigating to it, but that didn’t work. I have also tried going specifically to (tabs)/index.tsx but that failed as well.