-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RevenueCatUI.Paywall windowRecomposer error #1162
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Hi @EmreKorpe, thanks for reporting this. Happy to help here. I'm not sure that's necessarily on RC's side. I found the StackOverflow answers below, which may be worth testing here: https://stackoverflow.com/a/67143211 (i.e., this may be a package version issue) |
Same problem, any progress? |
Same problem, any progress? @EmreKorpe were you able to find a solution? Edit |
unfortunately there is no progress |
@MelihOzyurt The emulator I use has play store. I'm still having the same problem. Also, when I create the apk and try it on the physical device, this problem occurs again. |
@Jethro87 |
up |
If I try to use options with font family I get an error, if I comment that I get:
|
Hi @colaquecez I have no problems with these versions and it works smoothly. |
But are you using the |
In my project, the react-native version is 0.76.0 and newArchEnabled=true. I am getting error. Other my project Bu versiyonlarda hiçbir sorun yaşamıyorum ve sorunsuz çalışıyor. |
Is there any update on this please? I am getting the same error without newArch enabled. |
@Nick-Patrick unfortunately there is no solution yet. But I'm looking forward to it |
Hi, In my application, I was showing RevenueCatUI.Paywall in the react navigation page. But I keep getting this error on Android.
This my code;
import React from 'react';
import { SafeAreaView, StatusBar, TouchableOpacity, View } from "react-native";
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import RevenueCatUI from "react-native-purchases-ui";
import { customColors } from '../../utils/Constant';
import Fonts from '../../../assets/fonts';
const Paywall = ({ navigation }: any) => {
}
export default Paywall;
The Paywall page works erratically and loads once and then gives this error.
cannot locate windowRecomposer;View com.revenuecat.purchases.ui.revenuecatui.views.PaywallView
I'm having the same problem in 8.5.
The text was updated successfully, but these errors were encountered: