Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Use of undeclared identifier 'ShareableValue'" #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

whalemare
Copy link

Like #37 but contains single changes that allow to build ios project

@fencer-yd
Copy link

I see that this commit has not been merged into master, can I use patch to temporarily solve this problem?

`
diff --git a/node_modules/react-native-multithreading/cpp/RNMultithreadingInstaller.cpp b/node_modules/react-native-multithreading/cpp/RNMultithreadingInstaller.cpp
index 7a3e6e5..345dcbb 100644
--- a/node_modules/react-native-multithreading/cpp/RNMultithreadingInstaller.cpp
+++ b/node_modules/react-native-multithreading/cpp/RNMultithreadingInstaller.cpp
@@ -5,8 +5,8 @@

#if __has_include(<RNReanimated/Scheduler.h>)
#include <RNReanimated/Scheduler.h>
-#include <RNReanimated/ShareableValue.h>
#include <RNReanimated/RuntimeManager.h>
+#include <RNReanimated/ShareableValue.h>
#include <RNReanimated/RuntimeDecorator.h>
#include <RNReanimated/ErrorHandler.h>
#else
`

@fitouch
Copy link

fitouch commented Jul 8, 2022

@mrousavy please merge this. I have the same issue with React Native v0.68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants