/expo-router

Primary LanguageTypeScript

Expo Router Example

Use expo-router to build native navigation using files in the app/ directory.

🚀 How to use

npx create-expo-app@latest tabs-app -e with-router
cd tabs-app
touch tsconfig.json
npx expo
remove babel plugin expo router
touch app/index.js

📝 Notes