Alexander Bogdanov
Alexander Bogdanov
> i'm seeing this on android in my production app logs. did anyone had a chance to fix the issue on their side by any chance? issue on native-screen closed...
Can we continue using 2.12 with React native 0.74? I don't want to enable the new architecture yet as it leads to some unexpected bugs
Same issue here.
You can do it by listening to the scrollY value using useCurrentTabScrollY() and then update the height accordingly
@facumenzella I'm just doing the following: ``` import RevenueCatUI from "react-native-purchases-ui"; { await RevenueCatUI.presentCustomerCenter(); }} > ``` ... The problem is that the screen I'm calling it from is a...
+1 but I'm not even using onAnimationFinish. I just disabled autoplay and sometimes it still runs when the component mounts