react-native-shared-element: Since 0.61.1, borderRadius / image resize doesn't work properly
Hi there, first, thanks for working on this! I am super excited to animate our new app in new ways! 😄
Your Example app was working fine, but when you updated from 0.59.9
to 0.61.1
seems to have borked the border radius animation + image animations (they are getting skewed when you do the Card 2 animations).
I had the same issue since I started with 0.61.1 from the beginning. First I thought it was my own bad, but you getting the same issues confirm this is something related to React Native.
I have spent some time and I think the reasons because of this commit: https://github.com/facebook/react-native/commit/3b67bfab1ed8f2a4cede4e58b41a8b11c63ab484
I’m trying to figure out what code that might have borked it, but I’ll add this ticket here if someone else would like to help.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 18 (7 by maintainers)
Hi. I’ve released the new version that fixes this problem, v0.5.2. https://github.com/IjzerenHein/react-native-shared-element/releases/tag/v0.5.2
Apparently, the breaking change was introduced in RN 0.60. It’s baffling how it went unnoticed for so long. Anyhow, it’s fixed now!