Question

React Native Displaying Paywall

  • 1 December 2023
  • 2 replies
  • 56 views

Badge

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?


2 replies

Userlevel 4
Badge +6

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! 

Badge +3

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?

Reply