[ReactNative] Adds title to the provider configuration for runtime changes - #485
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 16, 2026
Comment on lines
+545
to
+547
| Run `npx expo prebuild` to apply it. The plugin imports from `expo/config-plugins` | ||
| (bundled with the `expo` package) rather than adding `@expo/config-plugins` as a | ||
| separate dependency. |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| Run `npx expo prebuild` to apply it. The plugin imports from `expo/config-plugins` | |
| (bundled with the `expo` package) rather than adding `@expo/config-plugins` as a | |
| separate dependency. | |
| You'll need to run `npx expo prebuild` to apply it, and re-run your android build (not just restart metro, as this is a native gradle change). |
kieran-osgood-shopify
marked this pull request as ready for review
July 16, 2026 11:38
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. |
Checkout Kit E2E results
Warning Expected 2 runs, received 0 — 2 did not report. Missing runs count as failures until every run reports. |
kieran-osgood-shopify
force-pushed
the
kieran-osgood/07-16-featreact-nativeruntimetitleoverride
branch
from
July 16, 2026 11:50
7e1ba99 to
c6b3b5d
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/07-16-featupdatereact-nativetousenewnativecolorschemeproperties
branch
2 times, most recently
from
July 16, 2026 14:07
2063598 to
f5d8a51
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/07-16-featupdatereact-nativetousenewnativecolorschemeproperties
branch
from
July 16, 2026 14:08
f5d8a51 to
d55527a
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/07-16-featreact-nativeruntimetitleoverride
branch
from
July 16, 2026 14:08
c6b3b5d to
06d28f7
Compare
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.

What changes are you making?
wires up the new configure title property with react native so that the title for the sheet can be configured via the provider title value
How to test
Title for the sheet should now be the dynamic value not the fixed gradle string
Before you merge
Important
platforms/swift/README.mdand/orplatforms/android/README.md)Releasing a new Swift version?
ShopifyCheckoutKit.podspecplatforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swiftplatforms/swift/README.md(major version only)Releasing a new Embedded Checkout Protocol version?
embeddedCheckoutProtocolAndroidinplatforms/android/gradle/libs.versions.tomlprotocol/languages/kotlin/embedded-checkout-protocol/api/embedded-checkout-protocol.apiif the public API changedReleasing a new Android version?
checkoutKitAndroidinplatforms/android/gradle/libs.versions.tomlplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.