integrate-revenuecat-rn-android

Installation
SKILL.md

Integrate RevenueCat (Android)

RC wraps Google Play Billing. Mostly same as iOS version.

Install

pnpm add react-native-purchases

Configure

import Purchases, { LOG_LEVEL } from 'react-native-purchases';

Purchases.setLogLevel(__DEV__ ? LOG_LEVEL.DEBUG : LOG_LEVEL.WARN);

Purchases.configure({ apiKey: 'goog_YOUR_RC_API_KEY' });
Installs
1
GitHub Stars
1
First Seen
Aug 5, 2026
integrate-revenuecat-rn-android — khadinakbarlabs/expo-mobile-app-builder