The expo-router library greatly disappointed me with its narrow abstraction and lack of support for nested components within the app directory. In Next.js projects, I implement '_extra_' directories alongside pages.
At the moment, it still has a long way to go to match the flexibility of Next.js's file routing. Its only advantage for me is its ability to automate deep linking.
Rollback to React Navigation...