Follow this order exactly.
Use Node 20 LTS for Expo SDK 53.
rm -rf node_modules .expo android/app/build
yarn install
npx expo install --fixadb uninstall paketta.seller
npx expo run:android
npx expo start --dev-clientcd android
./gradlew clean
./gradlew assembleRelease --refresh-dependenciesChanging Node versions always requires:
Dependency reinstall
Native rebuild
Expo SDK versions must match native modules
Always run npx expo install --fix after upgrading or reinstalling
Routes must export default components
If a route file exists and exports undefined, the release build will crash
Route groups must match screen names exactly
(home) is not the same as home