for eas install eas and configure eas.json (i build my project local so you'll not find it in this project).
local build :
- prebuild to get (android/ios) dir :
npx expo prebuild --clean- for dev build:
npm run dev-build- run release build :
npm run release-build