I have 2 projects
apps: -src -index.tsx
packages -my-auth
- src/sreen/login.tsx
- src/sceen/register.tsx
on this index proejct app I want to or router and move the page to package package/mya-auth/src/sceen/login-screen.tsx
how do you do it?
how can I navigate outside module in expo router
