I’m developing using Expo React Native.
"react-native-purchases": "^8.7.0",
"expo": "~51.0.39",
I’m running into a strange issue where the paywall shows up fine on IOS in production, and it even shows up fine on Android in testing (I connected my phone to my computer and ran dev build on my phone)
However, in production, it begins to show a paywall that’s completely different from the one I configured, seems to be some sort of default paywall
Not quite sure what’s causing this, need help!