From b74cf35583553e35398ac978624d63b4fdd262fa Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Mon, 22 Jul 2024 09:47:50 -0400 Subject: [PATCH] js/react_native/ios/Podfile --- 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 6bd0638ef294..c4736c4193fa 100644 --- a/js/react_native/ios/Podfile +++ b/js/react_native/ios/Podfile @@ -10,7 +10,7 @@ if config["reactNativePath"] != nil use_react_native!(:path => config["reactNativePath"]) else use_react_native!(:path => '../node_modules/react-native/') - +end # Comment the next line if you don't want to use dynamic frameworks use_frameworks!