-
Notifications
You must be signed in to change notification settings - Fork 88
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
Paywall shows the default template on Android #1178
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
I currently facing the same issue, waiting for any updates to this |
Facing the same issue. Would be great if the team updates on this |
I also had this issue. "react-native-purchases": "^8.6.1", |
Hi, we are using V2 (SDK 8.11.0)
Also in iOS, another line is logged: |
Facing the exact same issue. |
Describe the bug
I am using the
RevenueCatUI.Paywall
component on a route. On iOS, it correctly displays my only template configured on my RC's project. However, on Android, it displays the default template.Apparently, from the logs:
I am not rendering the
sub_offer_duration
in my template.Open a Paywall on Android, with packages including consumable items. On iOS, it displays the configured template. On Android it displays the default template, while it should display the same as iOS.
The text was updated successfully, but these errors were encountered: