expo / router

[ARCHIVE]: Expo Router has moved to expo/expo -- The File-based router for universal React Native apps

Home Page:https://docs.expo.dev/routing/introduction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android production build fails

croshim opened this issue · comments

Which package manager are you using? (Yarn is recommended)

npm

Summary

Android production build fails with newly initialized tabs@49 expo. Trying to use expo-dev-client and npx expo run:android --variant release

image

Results for npx expo-env-info:
image

Minimal reproducible example

npx create-expo-app@latest --template tabs@49
cd expo-49-latest/
npx expo install expo-dev-client
npx expo run:android --variant release

Ensure you have tsconfig paths support setup and bundle with Expo CLI https://docs.expo.dev/guides/typescript/#path-aliases

Same issue i am facing. Only not working when i use npx expo run:android --variant release.
Not facing any issues on builds.