Skip to main content

We are using expo managed workflow and want to integrate RevenueCat purchase to full fill in-app purchase need for android, ios and web. Does RevenueCat support react native web?

Hi, in order to use RevenueCat for the web, you will need to do this via Stripe in order for us to log purchases.


Hello,

 

Same question,  does the React Native SDK support web ? I feel like it does not

I get 

Cannot read properties of undefined (reading 'setupPurchases')

and

TypeError: Cannot read properties of undefined (reading 'isConfigured')

Thanks


Hi, our SDK does not support web at this time so you’ll want to use 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


Reply