Skip to main content
Question

Can't display my paywall in fullscreen - React Native

  • October 17, 2025
  • 3 replies
  • 56 views

Forum|alt.badge.img

I’m using .presentPaywall() and I tried to use RevenueCatUI.Paywall component, but it’s always on this “Sheet View”, with that weird margin. How can I fix it? Also, the RevenueCatUI.Paywall component is crashing my app on Android.

This post has been closed for comments

3 replies

I have the same issue, did someone find a solution?


Forum|alt.badge.img+8
  • RevenueCat Staff
  • October 27, 2025

Hi, the Preview settings “Fullscreen” is just to see how your paywall would look in that way, you need to use a different display method for this. The presentPaywall() methods will display the paywall as a sheet in iOS, you will want to instead use PaywallView for fullscreen, see our docs here

In regards to your Android app crashing, can you please provide RevenueCat debug logs here with any specific errors you are getting? 


Forum|alt.badge.img
  • Author
  • New Member
  • October 27, 2025

Hi, the Preview settings “Fullscreen” is just to see how your paywall would look in that way, you need to use a different display method for this. The presentPaywall() methods will display the paywall as a sheet in iOS, you will want to instead use PaywallView for fullscreen, see our docs here

In regards to your Android app crashing, can you please provide RevenueCat debug logs here with any specific errors you are getting? 

Thanks for the answer. Is the PaywallView from Flutter the same as RevenueCatUI.Paywall for React Native? I think I've resolved the crashes and managed to display it with RevenueCatUI.Paywall, but it's still showing in a sheet view, how can I enable the fullscreen mode?


In sheet view, my paywall image doesn't extend to the top.