revenuecat

Automate RevenueCat setup and management for Expo React Native projects.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Darsh20009/genmz-shop --skill revenuecat-darsh20009
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: revenuecat
Source: https://github.com/Darsh20009/genmz-shop/tree/main/.local/skills/revenuecat
Command: npx skills add https://github.com/Darsh20009/genmz-shop --skill revenuecat-darsh20009

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

RevenueCat integration is complex; this skill provides guidelines to set up RevenueCat, manage projects, apps, products, entitlements, offerings, and on-demand CRUD operations.

Core Features & Use Cases

  • Prerequisites and setup guidance for RevenueCat in Expo/mobile React Native apps.
  • End-to-end seed and configuration flow for projects, apps, products, entitlements, offerings, and prices.
  • Reference materials and best practices for managing RevenueCat entities across platforms.

Quick Start

Seed RevenueCat entities using the provided script, then initialize client-side RevenueCat integration and implement a minimal paywall flow.

Frequently Asked Questions about revenuecat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up in-app purchases with RevenueCat in Expo React Native?▼

To set up in-app purchases with RevenueCat in Expo React Native, install react-native-purchases and @replit/revenuecat-sdk, configure environment variables securely, run the entity seed script, and initialize client-side integration for a minimal paywall flow.

What's the best way to manage RevenueCat products and entitlements for mobile apps?▼

The best way to manage RevenueCat products and entitlements is using an automated seed workflow to handle project, app, product, entitlement, and offering creation, followed by server-side CRUD operations for ongoing configuration.

Does RevenueCat work with React Native projects on Replit?▼

Yes, RevenueCat works with React Native projects on Replit by utilizing the @replit/revenuecat-sdk package to automate setup, manage entities, and streamline in-app purchase integration for Expo mobile apps.

Can I automate RevenueCat offering creation and price handling for subscriptions?▼

Yes, you can automate RevenueCat offering creation and price handling by using the provided seed script to establish end-to-end configuration flows for products, entitlements, offerings, and prices across platforms.

Why do I need environment variables for RevenueCat API integration?▼

You need environment variables for RevenueCat API integration to ensure secure configuration of sensitive API keys, preventing hardcoding credentials in your Expo or React Native client and server code.