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' });