We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6eed5 commit b35432eCopy full SHA for b35432e
packages/create-react-native-library/templates/native-common/{%- project.identifier %}.podspec
@@ -1,7 +1,6 @@
1
require "json"
2
3
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4
-folly_version = '2021.06.28.00-v2'
5
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
6
7
Pod::Spec.new do |s|
@@ -34,7 +33,7 @@ Pod::Spec.new do |s|
34
33
}
35
36
s.dependency "React-Codegen"
37
- s.dependency "RCT-Folly", folly_version
+ s.dependency "RCT-Folly"
38
s.dependency "RCTRequired"
39
s.dependency "RCTTypeSafety"
40
s.dependency "ReactCommon/turbomodule/core"
0 commit comments