1.0.2 • Published 1 month ago

react-native-expo-router-template v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

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

Notes

1- Authentication already completed with refresh token handler in axios interceptors