Skip to content

Commit eb111ff

Browse files
Remove explicit folly version
1 parent 050fd2b commit eb111ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

react-native-safe-area-context.podspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED']
44

55
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
66

7-
folly_version = '2021.06.28.00-v2'
87
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
98

109
Pod::Spec.new do |s|
@@ -28,7 +27,7 @@ Pod::Spec.new do |s|
2827
}
2928

3029
s.dependency "React"
31-
s.dependency "RCT-Folly", folly_version
30+
s.dependency "RCT-Folly"
3231
s.dependency "RCTRequired"
3332
s.dependency "RCTTypeSafety"
3433
s.dependency "ReactCommon/turbomodule/core"

0 commit comments

Comments
 (0)