Use expo-router
to build native navigation using files in the app/
directory.
npx create-expo-app -e with-router
Deploy on all platforms with Expo Application Services (EAS).
- Deploy the website:
npx eas-cli deploy
— Learn more - Deploy on iOS and Android using:
npx eas-cli build
— Learn more