I need to generate APK build for my react-native and NodeJs application created using expo.
I tried creating using eas build -p android --profile preview
I have managed to create an APK but when I try to run it in the Android simulator and also in my mobile it's not working. Is there any other way.
eas.json: { "build": { "preview": { "android": { "buildType": "apk" } }, "preview2": { "android": { "gradleCommand": ":app:assembleRelease" } }, "preview3": { "developmentClient": true }, "production": {} } }