We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050fd2b commit eb111ffCopy full SHA for eb111ff
react-native-safe-area-context.podspec
@@ -4,7 +4,6 @@ fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED']
4
5
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
6
7
-folly_version = '2021.06.28.00-v2'
8
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
9
10
Pod::Spec.new do |s|
@@ -28,7 +27,7 @@ Pod::Spec.new do |s|
28
27
}
29
30
s.dependency "React"
31
- s.dependency "RCT-Folly", folly_version
+ s.dependency "RCT-Folly"
32
s.dependency "RCTRequired"
33
s.dependency "RCTTypeSafety"
34
s.dependency "ReactCommon/turbomodule/core"
0 commit comments