I am getting this error when I try to test subscription thru paywall. PayWall is never displayed.
It works fine on iOS.

I am getting this error when I try to test subscription thru paywall. PayWall is never displayed.
It works fine on iOS.
Commenting out options prop got it working.
return (
<RevenueCatUI.Paywall
// options={{ displayCloseButton: true }}
However, I need the close button on pay wall. So Do I have to create my own close button and open paywall as modal? Or could this be fixed?
I did not get an answer for my question. So, should I open a support ticket?
I understand there is no web option for RevenueCat since the web PayWalls are not ready.
However, I still don’t know what my solution is.
So far, I tried conditional import of RevenueCat and creating PayWall functions depending on if the device os is iOS or Android. None of them worked.
This leaves me only choice to open a git branch for web and uninstall RevenueCat completely for that branch. This is not a desired solution for me since I would have to maintain two branches then. I would like to know if this is my only option before I even think about this. So, I would be grateful if I could get an answer. Thanks..
Hi
Hello… My SDK version is “expo": "^52.0.39"
I checked for
"newArchEnabled": true
But I did not find it in App.json so I guess it is not enabled.
Hi
Hi,
It is not very clear how to install the new package.
The link you posted leads to a source code. Then the ReadMe in the source code says to install react-native-purchases by executing terminal command “npx expo install react-native-purchases”. So I have "react-native-purchases": "^7.28.1", installed. Is the new SDK inside that package?
Or are you suggesting we do make install from source code?
Since it has been a while, I have made my own close button. I had cancelled the “options={{ displayCloseButton: true }}” I don’t really need it. I just wanted to test and see.
BTW, I still cannot bundle expo web when RevenueCat code is inside.
I put Platform.OS checks everywhere there was a PayWall but I always got react-native-purchases not linked error. I gave up and separated the web branch from git, So I can get it working. It only worked that way. It works now but it is not ideal for me to maintain two separate repos. I just wanted to let you know.
Thanks for the help attempt.
Hi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.