From eb111ff4eebc8d06ca01e7d12d9661147d03da20 Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Fri, 18 Feb 2022 15:17:12 -0500 Subject: [PATCH] Remove explicit folly version --- react-native-safe-area-context.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-native-safe-area-context.podspec b/react-native-safe-area-context.podspec index 9e1ae1d4..7b31e62f 100644 --- a/react-native-safe-area-context.podspec +++ b/react-native-safe-area-context.podspec @@ -4,7 +4,6 @@ fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) -folly_version = '2021.06.28.00-v2' folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' Pod::Spec.new do |s| @@ -28,7 +27,7 @@ Pod::Spec.new do |s| } s.dependency "React" - s.dependency "RCT-Folly", folly_version + s.dependency "RCT-Folly" s.dependency "RCTRequired" s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core"