diff --git a/app.json b/app.json index 20819b7..56aa666 100644 --- a/app.json +++ b/app.json @@ -19,15 +19,25 @@ "userInterfaceStyle": "automatic" }, "android": { - "permissions":["READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE", "INTERNET"], + "permissions": [ + "READ_EXTERNAL_STORAGE", + "WRITE_EXTERNAL_STORAGE", + "INTERNET" + ], "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, - "userInterfaceStyle": "automatic" + "userInterfaceStyle": "automatic", + "package": "com.moistoverflow.Tali" }, "web": { "favicon": "./assets/favicon.png" + }, + "extra": { + "eas": { + "projectId": "d83c3720-bcf6-461a-8329-576d3a082543" + } } } } diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..7d1c8f3 --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "build": { + "preview": { + "android": { + "buildType": "apk" + } + }, + "preview2": { + "android": { + "gradleCommand": ":app:assembleRelease" + } + }, + "preview3": { + "developmentClient": true + }, + "production": {} + } +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7d9d036..90c3089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@react-navigation/native-stack": "^6.9.12", "@rneui/themed": "^4.0.0-rc.7", "@types/react-native": "^0.72.1", + "eas": "^0.1.0", "expo": "~48.0.15", "expo-file-system": "^15.2.2", "expo-media-library": "^15.2.3", @@ -5748,6 +5749,14 @@ "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": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", diff --git a/package.json b/package.json index 25f1f89..d3a0d30 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@react-navigation/native-stack": "^6.9.12", "@rneui/themed": "^4.0.0-rc.7", "@types/react-native": "^0.72.1", + "eas": "^0.1.0", "expo": "~48.0.15", "expo-file-system": "^15.2.2", "expo-media-library": "^15.2.3", diff --git a/yarn.lock b/yarn.lock index d610665..6aeb98a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3178,6 +3178,11 @@ dir-glob@^3.0.1: dependencies: 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: version "1.1.1" resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"