From 37bbfd078337e7dc9cdc336c5a85de9030c60c7f Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Fri, 19 Jul 2024 16:07:23 -0400 Subject: [PATCH] ../node_modules/react-native/ --- js/react_native/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/react_native/ios/Podfile b/js/react_native/ios/Podfile index 53c83948672a3..97e2796d13faa 100644 --- a/js/react_native/ios/Podfile +++ b/js/react_native/ios/Podfile @@ -6,7 +6,7 @@ platform :ios, '13.0' def shared config = use_native_modules! - use_react_native!(:path => config["reactNativePath"]) + use_react_native!(:path => '../node_modules/react-native/') # Comment the next line if you don't want to use dynamic frameworks use_frameworks!