You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My folder structure is like this but when I try to do router.push('/'), there is an error as below. This might be related to conflicts between react-native and expo-router. I guess it should be resolved if it is an error. And if not an error, if I did something wrong, please refer to my code.
use router.push('/(tabs)') to match initial route (default to index) inside (tabs) group or router.push('/(tabs/index)') if you want to access index file inside (tabs) group
Summary
My folder structure is like this but when I try to do router.push('/'), there is an error as below. This might be related to conflicts between react-native and expo-router. I guess it should be resolved if it is an error. And if not an error, if I did something wrong, please refer to my code.
Minimal reproducible example
The text was updated successfully, but these errors were encountered: