Match native SDKs text for simulated store purchase alert - #1724
Merged
Conversation
Made-with: Cursor
tonidero
approved these changes
Apr 15, 2026
tonidero
left a comment
Contributor
There was a problem hiding this comment.
Looks good! Thanks for consolidating these! 🙏
ajpallares
enabled auto-merge (squash)
August 24, 2026 05:48
RCGitBot
added a commit
that referenced
this pull request
Aug 25, 2026
**This is an automatic release.** ## RevenueCat SDK ### ✨ New Features * feat(ads): ad reward tracking support (#1890) via Peter Porfy (@peterporfy) ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.32.1 (#1913) via RevenueCat Git Bot (@RCGitBot) * [Android 10.18.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.18.1) * [Android 10.18.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.18.0) * [iOS 5.85.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.85.0) * [Web 1.53.1](https://github.com/RevenueCat/purchases-js/releases/tag/1.53.1) * [Web 1.53.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.53.0) ## RevenueCatUI SDK ### 🐞 Bugfixes * [EXTERNAL] Fix RN interop mode crash for Paywalls (#1916) via @TheRogue76 (#1917) via Cesar de la Vega (@vegaro) ### 🔄 Other Changes * Update sdks-common-config orb to v4.6.1 (#1914) via Antonio Pallares (@ajpallares) * Match native SDKs text for simulated store purchase alert (#1724) via Antonio Pallares (@ajpallares) * fix: web purchases report SDK version 9.1.0 instead of the real one (#1910) via Antonio Pallares (@ajpallares) * Bump js-yaml from 4.3.0 to 4.3.1 in /examples/adsTester (#1911) via dependabot[bot] (@dependabot[bot]) * feat: rewarded ad sample app (#1897) via Peter Porfy (@peterporfy) * chore(ios): drop dead Swift stubs and namespace React header imports (#1906) via Antonio Pallares (@ajpallares) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > This PR is mostly version and changelog updates; functional risk comes from the bundled prior releases (native SDK bumps, ads tracking, paywall interop fix), not from new logic in this diff. > > **Overview** > **Automatic release** that ships **10.8.0** by aligning version constants and package metadata across the monorepo (`react-native-purchases`, `react-native-purchases-ui`, `react-native-purchases-store-galaxy`), Android/iOS plugin version strings, web `packageVersion`, docs redirect, `VERSIONS.md`, and lockfile/example deps. > > The changelog for this release (not new code in this diff) highlights **ad reward tracking** (#1890), **purchases-hybrid-common 18.32.1** (Android 10.18.x, iOS 5.85.0, Web 1.53.x), a **RevenueCatUI** fix for Paywalls crashing in RN interop mode (#1916/#1917), plus fixes for web SDK version reporting (#1910) and related sample/CI/iOS cleanup entries. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 53ae8fd. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: RevenueCat CI <dev+ci@revenuecat.com>
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.
Changes
The browser simulated store alert used different casing and a shorter title compared to the native SDKs:
Made with Cursor