Skip to main content
Solved

How to present a paywall for a specific offering on React Native?

  • 7 April 2024
  • 1 reply
  • 51 views

Using RevenueCatUI.presentPaywall() how do I present a specific paywall for a particular offering identifier? Can’t find this anywhere int he docs. For RN.

 

Thank. you.

Hey @VR93!

You’ll first need to fetch offerings, then pass the offering itself to the `presentPaywall` method: https://github.com/RevenueCat/react-native-purchases/blob/main/react-native-purchases-ui/src/index.tsx#L165