Solved

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

  • 7 April 2024
  • 1 reply
  • 21 views

Badge +3

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.

icon

Best answer by cody 10 April 2024, 17:32

View original

This post has been closed for comments

1 reply

Userlevel 6
Badge +8

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