Skip to main content
Question

React Native Displaying Paywall

  • December 1, 2023
  • 2 replies
  • 207 views

Forum|alt.badge.img+1

Looking to integrate paywalls in React Native SDK:

 

https://www.revenuecat.com/docs/paywalls#react-native-beta-installation

 

Am I wrong or is the docs missing for react native displaying the paywall using the SDK?

This post has been closed for comments

2 replies

Michael Fogel
Forum|alt.badge.img+6
  • Dedicated Contributor
  • December 5, 2023

Hey @mona-fang-d72ce2 ,

 

You are correct in the docs not yet being updated in order to reflect how to display on React-Native. Paywalls in React-Native are currently in beta, so not all features are there yet, but more information can be found here on usage and limitations: https://github.com/RevenueCat/react-native-purchases/releases/tag/7.4.0-beta.2

 

I hope that helps! 


Forum|alt.badge.img+6
  • New Member
  • December 14, 2023

The paywall does not automatically close after the payment is complete. How can this be done?

Also, how do we actually detect if a user’s entitlement status has changed after without having to create a button for them to click to initiate a check. 

 

How is addCustomerInfoUpdateListener used, can it work with useEffect?