Just a blog app
Create one file in the root:.env.local
Add the following variable:
EXPO_PUBLIC_API_URL=
EXPO_PUBLIC_WEB_URL=npm run prebuild- Expo prebuildnpm start- Start Expo development servernpm run android- Run app on connected Android devicenpm run web- Run app on webnpm run ios- Run app on connected iOS devicenpm run format- Run prettier
