-
Notifications
You must be signed in to change notification settings - Fork 335
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
WIP: Carousel compnent #4722
base: main
Are you sure you want to change the base?
WIP: Carousel compnent #4722
Conversation
1 build increased size
Paywalls 1.0 (1)
|
Item | Install Size Change |
---|---|
DYLD.String Table | ⬆️ 126.9 kB |
Code Signature | ⬆️ 7.1 kB |
📝 RevenueCat.PaywallComponent.CarouselComponent.CarouselComponent | ⬆️ 4.9 kB |
DYLD.Exports | ⬆️ 3.5 kB |
DYLD.Fixups | ⬆️ 1.3 kB |
🛸 Powered by Emerge Tools
Comment trigger: Size diff threshold of 100.00kB exceeded
14701f4
to
fc5511d
Compare
public let margin: Padding | ||
public let shape: Shape? | ||
public let border: Border? | ||
public let shadow: Shadow? |
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.
Should we also add a background color property? Also do we need to add the page indicator settings here?
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.
Another property that we might want is the initialPage to use
### Description This adds the carousel component structure and data flow. It does not implement the view, which will come in a follow up PR. First part of Android equivalent of: RevenueCat/purchases-ios#4722 - [ ] Finalize schema
### Description This adds the `CarouselComponentView` that actually displays the carousel Second part of Android equivalent of RevenueCat/purchases-ios#4722 https://github.com/user-attachments/assets/9649e370-d207-4b81-9119-7c60dc9cff13
I merged a version of this in Android. The schema I used is in this PR: RevenueCat/purchases-android#2092. Though we can perform any modifications if needed of course! |
Motivation
Coming soon
Description
Coming soon