Added eas build files

This commit is contained in:
keannu125 2023-04-17 09:31:49 +08:00
parent 6bbc3d5c8e
commit 81dd7a4efb
2 changed files with 31 additions and 1 deletions

View file

@ -21,10 +21,16 @@
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.keannu125.reactnativenotes"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "3608bc75-584d-4dce-9fba-174ee43935a0"
}
}
}
}

24
eas.json Normal file
View file

@ -0,0 +1,24 @@
{
"cli": {
"version": ">= 3.9.2"
},
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
},
"submit": {
"production": {}
}
}