MatrixIndex not available in new version #2416
Unanswered
sreenandu123
asked this question in
Q&A
Replies: 1 comment
-
Found that this commit 1a2f4e5#diff-bebba3e4f9ed00d44028c1c84d7cf48ad186cd8486c4b3a2c8f58db44cdb9fde deletes the Enum. Copied it from here to make the example in the video work: export enum MatrixIndex {
ScaleX = 0,
SkewX = 1,
TransX = 2,
SkewY = 3,
ScaleY = 4,
TransY = 5,
Persp0 = 6,
Persp1 = 7,
Persp2 = 8,
} @wcandillon any ideas if this enum was moved elsewhere, or there's a new API for converting the SkMatrix into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was referring the Instagram stickers videos for one of my use case https://www.youtube.com/watch?v=5yM4NPcTwY4&t=1049s. I came across something called MatrixIndex which is no longer available in the new version of react-native-skia. What should be the alternative to this? When I dig deeper, got something as InputMatrix but not sure whether this is the right one to use.
Beta Was this translation helpful? Give feedback.
All reactions