i've got the same problem. When i'm running npx expo start
it's working just fine, but when i generate the apk running eas build --profile development --platform android
and install the apk doesn't work and not show any errors to find the cause. I've already try adding
[
'expo-build-properties',
{
android: {
usesCleartextTraffic: true, // ? enable HTTP requests
}
}
]
to app.json file and running npx expo install expo-build-properties
.
What can i do?