Question

React native for web SDK

  • 9 October 2023
  • 1 reply
  • 49 views

Badge +1

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


1 reply

Userlevel 4
Badge +8

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

Reply