react-native-multithreading
react-native-multithreading copied to clipboard
chore: update [email protected] and fix Use of undeclared identifier 'ShareableValue'
how is the ShareableValue error fixed? by importing it at last?
@mrousavy Yes, fixed by import #include <RNReanimated/ShareableValue.h after #include <RNReanimated/RuntimeManager.h>
@mrousavy I'm also experiencing this error use of undeclared identifier 'ShareableValue' which after locally moving the include of SharedValue.h after RuntimeManager.h resolves the build error.
It would be awesome to merge/ship this PR so that I don't have to patch/modify locally.
We're using react-native 0.66.0.
Thanks!
Can we give this some attention because this is preventing me of using the library (unmodified)? Personally I'd get rid of the package changes though, and just focus on the .cpp.