diff --git a/samples/expo/app.json b/samples/expo/app.json index e64439d34f..c087c82477 100644 --- a/samples/expo/app.json +++ b/samples/expo/app.json @@ -81,11 +81,8 @@ "default": "development" } }, - "eas": { - "projectId": "00000000-0000-0000-0000-000000000000" - } + "eas": {} }, - "owner": "__OWNER__", "runtimeVersion": { "policy": "appVersion" }, @@ -93,4 +90,4 @@ "url": "https://u.expo.dev/00000000-0000-0000-0000-000000000000" } } -} \ No newline at end of file +} diff --git a/samples/expo/package.json b/samples/expo/package.json index 79ad21f671..33cf1db4f3 100644 --- a/samples/expo/package.json +++ b/samples/expo/package.json @@ -14,7 +14,10 @@ "export:web": "expo export --dump-sourcemap --clear --platform web", "prebuild": "expo prebuild --clean --no-install", "set-version": "npx react-native-version --skip-tag --never-amend", - "eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build" + "eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build", + "eas-update-configure": "eas update:configure", + "eas-update-publish-development": "eas update --channel development --message 'Development update'", + "eas-build-development-android": "eas build --profile development --platform android" }, "dependencies": { "@sentry/react-native": "6.14.0",