lightrow
lightrow
I also just tested with an empty project, only added `use_frameworks!` to Podfile and got the same error `arch -x86_64 pod install` and running Xcode with Rosetta results in the...
any news?
You can use v1 until they fix v2 in v3
I mean you can use v1 API with the latest version of reanimated, it doesn't have this bug, at least i haven't been able to reproduce it once i rewrote...
https://docs.swmansion.com/react-native-reanimated/docs/1.x.x/declarative the same API is still available in 2.x, except `Easing` functions for v1 are now exported as `EasingNode`
well, not sure why you'd need to use another abstraction when reanimated itself is already very straightforward to use
maybe not that many people try to animate height/width of components
it seems that setting android:duration="83" for alpha block in `rns_default_enter_out.xml` makes it like how it looked before. Just need to make sure to override it properly through v33 folder
@kkafar ``` ``` so i changed the duration on this one to 83 (matching the open_enter.xml) and it looks acceptable now. I see that these values are from google directly,...
the pop animation actually looks fine to me, it's the push animation that looks bad