final setup for for beta apk build

This commit is contained in:
moist-webDev 2023-06-10 22:45:34 -04:00
parent bbf09c9b4b
commit bf15dc6dfb
5 changed files with 45 additions and 2 deletions

View File

@ -19,15 +19,25 @@
"userInterfaceStyle": "automatic" "userInterfaceStyle": "automatic"
}, },
"android": { "android": {
"permissions":["READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE", "INTERNET"], "permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
"INTERNET"
],
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"userInterfaceStyle": "automatic" "userInterfaceStyle": "automatic",
"package": "com.moistoverflow.Tali"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "d83c3720-bcf6-461a-8329-576d3a082543"
}
} }
} }
} }

18
eas.json Normal file
View File

@ -0,0 +1,18 @@
{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
}
}

9
package-lock.json generated
View File

@ -14,6 +14,7 @@
"@react-navigation/native-stack": "^6.9.12", "@react-navigation/native-stack": "^6.9.12",
"@rneui/themed": "^4.0.0-rc.7", "@rneui/themed": "^4.0.0-rc.7",
"@types/react-native": "^0.72.1", "@types/react-native": "^0.72.1",
"eas": "^0.1.0",
"expo": "~48.0.15", "expo": "~48.0.15",
"expo-file-system": "^15.2.2", "expo-file-system": "^15.2.2",
"expo-media-library": "^15.2.3", "expo-media-library": "^15.2.3",
@ -5748,6 +5749,14 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/eas": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/eas/-/eas-0.1.0.tgz",
"integrity": "sha512-w88fTTTkfDLHwcaVW8wiYjOtnBBToguzc6AyIldD1vOrCRTKxhQEDS8oIE7nWeSJ+kCoIeoHd79Mhwvntydixg==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ee-first": { "node_modules/ee-first": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",

View File

@ -15,6 +15,7 @@
"@react-navigation/native-stack": "^6.9.12", "@react-navigation/native-stack": "^6.9.12",
"@rneui/themed": "^4.0.0-rc.7", "@rneui/themed": "^4.0.0-rc.7",
"@types/react-native": "^0.72.1", "@types/react-native": "^0.72.1",
"eas": "^0.1.0",
"expo": "~48.0.15", "expo": "~48.0.15",
"expo-file-system": "^15.2.2", "expo-file-system": "^15.2.2",
"expo-media-library": "^15.2.3", "expo-media-library": "^15.2.3",

View File

@ -3178,6 +3178,11 @@ dir-glob@^3.0.1:
dependencies: dependencies:
path-type "^4.0.0" path-type "^4.0.0"
eas@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/eas/-/eas-0.1.0.tgz"
integrity sha512-w88fTTTkfDLHwcaVW8wiYjOtnBBToguzc6AyIldD1vOrCRTKxhQEDS8oIE7nWeSJ+kCoIeoHd79Mhwvntydixg==
ee-first@1.1.1: ee-first@1.1.1:
version "1.1.1" version "1.1.1"
resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"