-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [CustomerCenter] Introduce CustomerCenterNavigationLink #4664
Conversation
RevenueCatUI/CustomerCenter/Views/CustomerCenterNavigationLink.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/Views/CustomerCenterNavigationLink.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some small comments, but other than that, it looks good to me 👍
1 build increased size
Paywalls 1.0 (1)
|
Item | Install Size Change |
---|---|
DYLD.String Table | ⬆️ 130.1 kB |
Code Signature | ⬆️ 5.0 kB |
Other | ⬆️ 56.4 kB |
🛸 Powered by Emerge Tools
Comment trigger: Size diff threshold of 100.00kB exceeded
RevenueCatUI/CustomerCenter/Views/CustomerCenterNavigationLink.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/Views/CustomerCenterNavigationLink.swift
Outdated
Show resolved
Hide resolved
Thanks @ajpallares |
Just a heads up that I've added the |
Motivation
This PR aims to reduce ambiguity in how
CustomerCenterView
is used. Together withpresentCustomerCenter
,CustomerCenterNavigationLink
becomes the recommended approach for navigating toCustomerCenterView
.Description
Following up on #4622 and based on feedback from @hiddevdploeg, we are introducing
CustomerCenterNavigationLink
.The primary objective is to offer a straightforward method for integrating
CustomerCenterView
into an existingNavigationView
, without requiring developers to handle theisEmbeddedInNavigationStack
parameter manually.