chore: update react-native@0.66 and fix Use of undeclared identifier 'ShareableValue'#37
Conversation
72b1353 to
dfb1bac
Compare
|
how is the ShareableValue error fixed? by importing it at last? |
|
@mrousavy Yes, fixed by import |
|
@mrousavy I'm also experiencing this 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 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 |
| #include <RNReanimated/Scheduler.h> | ||
| #include <RNReanimated/ShareableValue.h> | ||
| #include <RNReanimated/RuntimeManager.h> | ||
| #include <RNReanimated/ShareableValue.h> |
There was a problem hiding this comment.
You also need to do the same on line #14 btw.
No description provided.