Paywall

Requires RevenueCat

The Paywall feature requires RevenueCat integration to be enabled during project setup. If you selected a preset without RevenueCat (like Minimal or Analytics-Focused), you will need to manually add the RevenueCat integration.

Monetization is built-in with RevenueCat integration. You can easily set up subscriptions and one-time purchases.

Displaying the Paywall

Use the Paywall component to show the subscription options to the user.

import { Paywall } from '@/components/Paywall';

export default function PremiumScreen() {
return <Paywall />;
}
RevenueCat

Make sure to configure your offerings and products in the RevenueCat dashboard.