//eas.json
{
"cli": {
"version": ">= 3.13.2"
},
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
}
}
//.gitignore
.expo/
%ProgramData%/
node_modules/
babel.config.json
package-lock.json
I'm trying to build the expo project apk for hours but encountering the same error :
package.json does not exist in /home/expo/workingdir/build/client
I tried using this command : eas build --platform android