From 434cfff18004f029997b8c332165d3ff5ff6c111 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Mon, 9 Dec 2024 19:59:09 -0800 Subject: [PATCH] Rolling Podfile --- js/react_native/e2e/ios/Podfile | 4 +--- js/react_native/ios/Podfile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/js/react_native/e2e/ios/Podfile b/js/react_native/e2e/ios/Podfile index c00afad187e0d..0272c23092838 100644 --- a/js/react_native/e2e/ios/Podfile +++ b/js/react_native/e2e/ios/Podfile @@ -15,9 +15,7 @@ end target 'OnnxruntimeModuleExample' do config = use_native_modules! - use_react_native!( - :path => config[:reactNativePath] - ) + use_react_native!(:path => config["reactNativePath"]) use_frameworks! diff --git a/js/react_native/ios/Podfile b/js/react_native/ios/Podfile index 94501ae44a869..ad8a5ce3b2d5f 100644 --- a/js/react_native/ios/Podfile +++ b/js/react_native/ios/Podfile @@ -15,9 +15,7 @@ end def shared config = use_native_modules! - use_react_native!( - :path => config[:reactNativePath] - ) + use_react_native!(:path => config["reactNativePath"]) # Comment the next line if you don't want to use dynamic frameworks use_frameworks!