Skip to main content

Does RevenueCat support React native for web ?
I do not see a guide on how to implement it. I tested

Purchases.configure({
apiKey: process.env.STRIPE_API_KEY,
})

and I get a Cannot read properties of undefined (reading 'setupPurchases')

RevenueCat does not currently support React Native Web via our SDK, but you can use RevenueCat with React Native Web via Stripe: https://www.revenuecat.com/docs/stripe. Rather than using Purchases.configure to configure the SDK and create a user, you’ll instead use our REST API to create users: https://www.revenuecat.com/reference/subscribers


Hi, has this changed? It would be really great to have one payment system for my expo/react-native project on three platforms.


Reply