I do use Expo but when I try to initialize revenue cat SDK, I got ‘LOG {"error": :TypeError: Cannot read property 'setupPurchases' of null]}’ error.
my code just like that; await Purchases.configure({ apiKey: 'x' })
I’m using andorid, in real device and emulator.