react-native-expo-router-template
v1.0.2
Published
```bash npx create-expo-app --template react-native-expo-router-template ``` # Running Frontend:
Downloads
18
Readme
Download Template
npx create-expo-app --template react-native-expo-router-template
Running Frontend:
Step 1: Install dependencies for frontend
npm i
Step 2a: Run Frontend server
npm run start
Step 3a: Switch to Expo Go
s
Step 2b: Run Frontend server in development mode (ios)
npx expo run:ios
Step 2b: Run Frontend server in development mode (android)
npx expo run:android