I'm experiencing an issue with the paywall on our React Native app when viewed on an Android tablet in landscape mode. As shown in the attached screenshot, the paywall image fills the entire screen, making it non-scrollable. This issue prevents users from seeing or interacting with the subscription options, essentially rendering the paywall unusable.
We are using the following versions
"react-native-purchases": "7.28.1",
"react-native-purchases-ui": "7.28.1"
I saw a similar issue reported a while back, but it was for the Android SDK. It seems like the React Native version hasn't been updated to utilize the fix for this problem? Here’s the link to the previous discussion: Android paywalls in landscape are not displayed correctly.