Skip to content

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
Development

Successfully merging this pull request may close these issues.

3 participants