How to revert the removed MatrixIndex to its new state #2578
Unanswered
Skipperlla
asked this question in
Q&A
Replies: 1 comment
-
I've update the example MatrixIndex was used to the latest react native skia version, hopefully this should help. You can also have a look here: https://github.com/wcandillon/react-native-skia/blob/main/apps/paper/src/Examples/Stickers/GestureHandler.tsx#L63 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
The code I sent above belongs to an old usage, in the new usage we can use Skia.matrix(m3.get()), but I can't get the MatrixIndex values I listed below in the way I want, is there a simpler or new api suitable way to get it? Because I want to convert it to a usage like this instead of using it this way
New Usage
Beta Was this translation helpful? Give feedback.
All reactions