Skip to content

Commit 80f7e8a

Browse files
chore(samples): Add eas-update scripts (#4837)
1 parent 29e4db9 commit 80f7e8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/expo/app.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,13 @@
8181
"default": "development"
8282
}
8383
},
84-
"eas": {
85-
"projectId": "00000000-0000-0000-0000-000000000000"
86-
}
84+
"eas": {}
8785
},
88-
"owner": "__OWNER__",
8986
"runtimeVersion": {
9087
"policy": "appVersion"
9188
},
9289
"updates": {
9390
"url": "https://u.expo.dev/00000000-0000-0000-0000-000000000000"
9491
}
9592
}
96-
}
93+
}

samples/expo/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"export:web": "expo export --dump-sourcemap --clear --platform web",
1515
"prebuild": "expo prebuild --clean --no-install",
1616
"set-version": "npx react-native-version --skip-tag --never-amend",
17-
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build"
17+
"eas-build-pre-install": "npm i -g corepack && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build",
18+
"eas-update-configure": "eas update:configure",
19+
"eas-update-publish-development": "eas update --channel development --message 'Development update'",
20+
"eas-build-development-android": "eas build --profile development --platform android"
1821
},
1922
"dependencies": {
2023
"@sentry/react-native": "6.14.0",

0 commit comments

Comments
 (0)