michael-pingo-ai
michael-pingo-ai
+1 with expo, disabled new arch for now. It only happens on iOS.
Hey guys, I figured out a workaround that works well. If you isolate your Lottie View into a separate component and call onAnimationFinish there where rerenders don't affect that component,...
@edencakir I am also seeing this exact visual glitch when I'm done playing the animation and try to play it again, using the last frame. Did you find out any...
I have a workaround after a couple of hours of testing. Set autoPlay to true, but you can control when the animation starts by using the speed property and setting...
@gorhom I think this only occurs when enableDynamicSizing is on
Same issue
I believe this PR might fix the issue I’ve been seeing with @react-navigation/stack: [GSTJ/react-native-magic-modal#155](https://github.com/GSTJ/react-native-magic-modal/issues/155). We’re encountering it for roughly 10% of Android users, particularly on devices with stricter view teardown...
found a fix, set height to 100% on the outer BottomSheetView :)
Same issue — it’s critical and affects all our users on Chinese devices (OPPO, Huawei, etc.). It occurs when performing an exit animation during navigation using @react-navigation/native-stack. I’ve detailed my...