1.0.2 • Published 2 years ago
react-native-expo-router-template v1.0.2
Download Template
npx create-expo-app --template react-native-expo-router-templateRunning Frontend:
Step 1: Install dependencies for frontend
npm iStep 2a: Run Frontend server
npm run startStep 3a: Switch to Expo Go
sStep 2b: Run Frontend server in development mode (ios)
npx expo run:iosStep 2b: Run Frontend server in development mode (android)
npx expo run:android