How can I create a native library and use the shared value from the native code ? #5301
Daavidaviid
started this conversation in
General
Replies: 1 comment
-
can anyone help me with this |
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
-
For instance let's say I have a value like this one :
How could I access this value from the native code ?
It would be a custom native library.
I was thinking maybe using
createWorkletRuntime
:https://docs.swmansion.com/react-native-reanimated/docs/threading/createWorkletRuntime
And also, I'll try to get inspiration from
react-native-skia
codeAny idea ?
Beta Was this translation helpful? Give feedback.
All reactions