Understanding how Expo Router uses multiple named groups to share a single screen across navigation contexts.
In Expo Router, you want the same `app/(app)/feed.tsx` screen to appear under two different tab stacks without duplicating the file. What is the correct file-based technique to achieve this?