Merged
Conversation
- Replace all instances of cloud.reown.com with dashboard.reown.com across 4 files - Update URL references in documentation, error messages, and connector comments - Addresses ticket APKT-3313 Co-Authored-By: TomTom <tomtom@reown.com>
feat: update cloud.reown.com to dashboard.reown.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.



This pull request introduces several updates to the
@reown/appkit-react-nativeproject, including new features, bug fixes, and enhancements to testing and documentation. The most significant changes include adding an onramp feature, updating dependencies and configurations, and improving code quality and testing coverage.New Features and Enhancements:
createAppKitconfiguration and new Playwright tests for validating the onramp functionality. (.changeset/slimy-apricots-complain.md,apps/native/App.tsx,apps/native/tests/onramp.spec.ts,apps/native/package.json) [1] [2] [3] [4]Dependency Updates:
ethereum-providerversion to2.21.5across relevant packages. (.changeset/spicy-friends-play.md)cloud.reown.comtodashboard.reown.comin code and documentation. (.changeset/three-clocks-protect.md,.github/docs/development.md) [1] [2]Code Quality and Testing:
apps/native/tests/onramp.spec.ts)no-duplicate-importsrule to enforce stricter code quality. (.eslintrc.json) (.eslintrc.jsonL7-R7R4)Additional Improvements:
card,currencyDollar,settings) to theiconOptionsarray in the gallery utility. (apps/gallery/utils/PresetUtils.ts) [1] [2] [3].cursor/rules/appkit-react-native.mdcfile outlining best practices for React Native SDK development, including architecture, performance, and testing guidelines.