Need help to make Mutable to immutable array #2110
Unanswered
milindsakhare100
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to use useSharedValue here. We use makeMutable in the instagram example because we have a dynamic number of values to create that cannot be bound to a component number. makeMutable is a confusion name but it just means createSharedValue |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi @wcandillon , In the above code I used makeMutable function from reanimated to make an array mutable, after changing the values of array I want to save array values or array in some storage like async storage or somewhere else.
So how can I achieve this.
Is there any other function in reanimated which makes mutable to immutable or something like this?
Please help.
Beta Was this translation helpful? Give feedback.
All reactions