Open ShouShou92410 opened 2 years ago
Which react-native-svg version are you using?
I didn't test the newer versions, but had similar problems on Android with v12.1.1
.
Try downgrading to v12.1.0
.
If this solves the issue, maybe I should reopen #1661.
Which react-native-svg version are you using?
I didn't test the newer versions, but had similar problems on Android with
v12.1.1
. Try downgrading tov12.1.0
.If this solves the issue, maybe I should reopen #1661.
I was using v12.1.1
, but I tried downgrading to v12.1.0
, and still having the same issue.
I noticed you are using reanimated in that post, but I'm using the Animated from RN itself, maybe that's the issue?
Let me try with reanimated instead.
I have the same issue!
I tested it with both react-native
and reanimated
Animated APIs
For me, with the latest Version 14.1.0
it works fine on iOS but not on Android.
I'm trying to create an animation but nothing is happening when I put my AnimatedRect component inside of the ClipPath. The AnimatedRect does work if I move it outside of the ClipPath. Am I doing something wrong?