diff --git a/app.json b/app.json index 320f873..0b9f0b5 100644 --- a/app.json +++ b/app.json @@ -20,10 +20,16 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#17b69b" }, - "edgeToEdgeEnabled": true + "edgeToEdgeEnabled": true, + "package": "com.nurmuhammet.ali.tbbankonline" }, "web": { "favicon": "./assets/favicon.png" + }, + "extra": { + "eas": { + "projectId": "280bed78-9335-4b73-a686-15a9f726a7ad" + } } } } diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..5082044 --- /dev/null +++ b/eas.json @@ -0,0 +1,21 @@ +{ + "cli": { + "version": ">= 16.14.1", + "appVersionSource": "remote" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": { + "autoIncrement": true + } + }, + "submit": { + "production": {} + } +} diff --git a/roadmap.md b/roadmap.md index e69de29..3db9958 100644 --- a/roadmap.md +++ b/roadmap.md @@ -0,0 +1,21 @@ +{ + "build": { + "preview": { + "android": { + "buildType": "apk" + } + }, + "preview2": { + "android": { + "gradleCommand": ":app:assembleRelease" + } + }, + "preview3": { + "developmentClient": true + }, + "preview4": { + "distribution": "internal" + }, + "production": {} + } +} \ No newline at end of file