-
Notifications
You must be signed in to change notification settings - Fork 87
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
PaywallFooterContainerView not working with New Architecture #1158
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Hi @marcibk! Is the snippet you shared your full implementation so far, or do you have other parent components? If the latter, can you share a larger snippet so we can determine if anything is conflicting higher up in the tree? Can you also share the version of purchases and purchases-ui SDKs you're using as well as the iOS version of your test device? Thanks! |
Running into the same issue |
Also running into this issue. |
I have the same issue, to clarify:
@vegaro I hope it could help you to solve this kind of critical issue (for now the EDIT: My bad, this fixes just the UI but buttons are not pressable... @garrettwesley @Noahkoole did you manage to make the |
I tried downgrading to :
Both are broken I tried another template :
Both are broken I suspect this might be linked to my react native config, but I have no time to test to roll back to previous versions. I am currently using:
|
I tried adding a paddingBottom as well and that works as a quick hack, but none of the buttons are pressable making the Footer completely unusable |
I think I just found the source of the problem: the new architecture:
@garrettwesley @Jethro87 @marcibk can you tell us if you have the new arch enabled in your project? |
@christophemenager Thanks for looking into this and diagnosing! We will start looking into fixing this on our side today and will try to get a fix out ASAP |
Thank you @joshdholtz! And yes @christophemenager I am running the new arch |
@christophemenager @garrettwesley So we did find why this is happening and its because the There is a Reddit thread (with no answers) of somebody asking how support this. We will keep monitoring that thread for answers while also trying to explore solutions of our own. I was hoping this was going to be a quick fix from old API to new API but don't have a clear path ATM 🤷♂ So in the mean time... |
@joshdholtz thanks for the investigation and the update 🙏 It's a shame that the react-native team didn't document the migration from the old renderer (using My understanding is:
I hope those hints could help you, I am not an iOS engineer so maybe you already knew all of that! Hope you will find a solution soon as the new architecture is becoming more and more popular as the RN team is pushing for adoption :) |
@christophemenager Oh, we did some more investigation today and it turns out that is not the issue and I was just having Friday brain moment 🫠 We are still looking into and will still reach out to some React Native maintainers that we know! Will report back as soon as we can 💪 |
Hi @joshdholtz 👋 Any updates on this issue? I have seen Paywalls v2 are now released in beta for react-native and seems to support the new architecture, congrats for the launch! 🚀 However, as Paywalls v2 do not support Footer Paywalls, this does not solve this issue 😭 |
Describe the bug
Hello there :)! I tried to implement
PaywallFooterContainerView
with ReactNative as described in the docs. Unfortunately the footer is cut off at the bottom, not clickable and not movable at all. Anyone figured out how this works? I also saw some open discussions about the footer not being supported for react native since start at all?Thanks :)
also tried it without a parent view.
The text was updated successfully, but these errors were encountered: