[Phase 3] Build React Native Android E2E APK artifact#360
Merged
kieran-osgood-shopify merged 1 commit intoJul 8, 2026
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jun 29, 2026
8ac1c3c to
a5d1615
Compare
2093783 to
8d428c0
Compare
a5d1615 to
6040519
Compare
455ab75 to
b1b2dfd
Compare
48f11bf to
7472683
Compare
12fb9f6 to
3dcb803
Compare
7472683 to
03ed749
Compare
3dcb803 to
e2d2b87
Compare
03ed749 to
670a50e
Compare
e2d2b87 to
e5a9bbe
Compare
07d4684 to
c458493
Compare
e5a9bbe to
17f737e
Compare
c458493 to
69c152c
Compare
17f737e to
1e906be
Compare
69c152c to
e4d0e83
Compare
1c6b82c to
6fd54e2
Compare
Package Size
React Native file breakdown
Measured from the PR base SHA and PR head SHA. The file breakdown shows uncompressed sizes within each package artifact, so individual files do not sum to the compressed artifact total. This comment reports package artifact sizes only; it is not a final app binary-size report. |
0594a04 to
989ae72
Compare
17886cc to
05ea674
Compare
989ae72 to
4fed0e9
Compare
349dc1b to
cd2d095
Compare
4fed0e9 to
b65817b
Compare
kiftio
reviewed
Jul 8, 2026
| e2e-build-react-native-android: | ||
| meta: | ||
| bitrise.io: | ||
| stack: ubuntu-noble-24.04-bitrise-2025-android |
Contributor
There was a problem hiding this comment.
worth adding using anchor so we define things like this once?
stack: &android_stack ubuntu-noble-24.04-bitrise-2025-android
then
stack: *android_stack
Contributor
Author
There was a problem hiding this comment.
Yep good call - updated it here and propagated it up stack
b65817b to
84a8477
Compare
cd2d095 to
ba7892e
Compare
11 tasks
84a8477 to
c2c28c7
Compare
3b48186 to
f6a559a
Compare
c2c28c7 to
2ce8232
Compare
f6a559a to
be96aff
Compare
2ce8232 to
000e040
Compare
tiagocandido
approved these changes
Jul 8, 2026
000e040 to
c89a9da
Compare
be96aff to
a6b51fb
Compare
Contributor
Author
Merge activity
|
Assisted-By: devx/9ae89f69-61a5-46e3-8faf-006d105b0cdd
markmur
approved these changes
Jul 8, 2026
This was referenced Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Stack Context
This is Phase 3 of the BrowserStack Maestro E2E stack for Checkout Kit, stacked on the Bitrise skeleton.
Parent issue: https://github.com/shop/issues-checkout-kit/issues/1097
Epic: https://github.com/shop/issues-checkout-kit/issues/1084
What?
Replaces the React Native Android placeholder artifact workflow with a real APK build path:
scripts/setup_storefront_env./gradlew assembleDebugfor the sample appE2E_REACT_NATIVE_ANDROID_APP_PATHto the debug APKWhy?
BrowserStack App Automate needs a concrete
.apkartifact. RN E2E should validate the released native Maven artifact versions used by the React Native sample/module configuration, not local in-repo native SDK overrides.Validation