Skip to main content
Answer

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

  • April 7, 2024
  • 1 reply
  • 173 views

Forum|alt.badge.img+6

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.

Best answer by cody

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 

This post has been closed for comments

1 reply

cody
RevenueCat Staff
Forum|alt.badge.img+8
  • RevenueCat Staff
  • Answer
  • April 10, 2024

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