Skip to content

Commit 72b1353

Browse files
committed
chore: update [email protected] and fix Use of undeclared identifier 'ShareableValue'
1 parent 5f9a91b commit 72b1353

File tree

6 files changed

+2019
-1566
lines changed

6 files changed

+2019
-1566
lines changed

cpp/RNMultithreadingInstaller.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
#if __has_include(<RNReanimated/Scheduler.h>)
77
#include <RNReanimated/Scheduler.h>
8-
#include <RNReanimated/ShareableValue.h>
98
#include <RNReanimated/RuntimeManager.h>
9+
#include <RNReanimated/ShareableValue.h>
1010
#include <RNReanimated/RuntimeDecorator.h>
1111
#include <RNReanimated/ErrorHandler.h>
1212
#else

example/ios/MultithreadingExample.xcodeproj/project.pbxproj

+5-3
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,15 @@
393393
);
394394
inputPaths = (
395395
"${PODS_ROOT}/Target Support Files/Pods-MultithreadingExample/Pods-MultithreadingExample-frameworks.sh",
396-
"${PODS_ROOT}/hermes-engine/destroot/Library/Frameworks/iphoneos/hermes.framework",
397-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
396+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
397+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
398+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/hermes.framework/hermes",
398399
);
399400
name = "[CP] Embed Pods Frameworks";
400401
outputPaths = (
401-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
402+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/double-conversion.framework",
402403
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
404+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
403405
);
404406
runOnlyForDeploymentPostprocessing = 0;
405407
shellPath = /bin/sh;

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '10.0'
4+
platform :ios, '12.0'
55

66
target 'MultithreadingExample' do
77
config = use_native_modules!

0 commit comments

Comments
 (0)