Open maamalama opened 2 months ago
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!
This error is normally due to a wrong installation of the plugin. I would suggest you clean metro caches, re-install your node modules and make sure you run pod install in your iOS folder since that can sometimes be the culprit
If that doesn't help, do you mind sharing the output you see when installing the plugin, and your Podfile.lock.
Thank you
I had this same issue. I tried what @vegaro said... I reset everything in my project regarding build files, include iOS folder etc. This resolved the issue temporarily but now this issue back
I am also using RN Expo 51.
Relinking the package seems to resolve the issue temporarily as well: npx expo install react-native-purchases
But its strange that this happens randomly
How could it be possible that the value RNPurchases
being passed into NativeEventEmitter(RNPurchases)
is null? https://github.com/RevenueCat/react-native-purchases/blob/main/src/purchases.ts#L64C45-L64C56
Hi! I'm getting follow error on RN Expo 51. How I can fix that?