diff --git a/app.json b/app.json index 0fd01a3..8960346 100644 --- a/app.json +++ b/app.json @@ -15,7 +15,8 @@ "**/*" ], "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "fr.simailadjalim.ClipSync" }, "android": { "adaptiveIcon": { @@ -26,6 +27,11 @@ }, "web": { "favicon": "./assets/favicon.png" + }, + "extra": { + "eas": { + "projectId": "ab833c64-cfd1-4662-9e49-ba54e476803e" + } } } } diff --git a/bun.lockb b/bun.lockb index 37b0f50..6dbe7ac 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..5e8a2be --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 7.6.2" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +} diff --git a/package.json b/package.json index 10798e9..2b725d0 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "expo": "~50.0.14", "expo-clipboard": "~5.0.1", "expo-status-bar": "~1.11.1", + "expo-system-ui": "^2.9.3", "react": "18.2.0", "react-native": "0.73.6", "react-native-android-notification-listener": "^5.0.1",