Skip to main content

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