Matrix or Matrix values, store in async storage ? #2037
Unanswered
milindsakhare100
asked this question in
Q&A
Replies: 1 comment
-
We have a PR at #2033 where you will be able to use a simple array of numbers for matrices |
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
-
When I tried to store Matrix object in an async storage it showed the following error.
`
Error: [Reanimated] Reading from _value directly is only possible on the UI runtime.
`
How can I store the whole component in async storage? Please help
Beta Was this translation helpful? Give feedback.
All reactions