Skip to content

Commit b35432e

Browse files
committed
fix: remove explicit folly version
1 parent cd6eed5 commit b35432e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/create-react-native-library/templates/native-common/{%- project.identifier %}.podspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require "json"
22

33
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4-
folly_version = '2021.06.28.00-v2'
54
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
65

76
Pod::Spec.new do |s|
@@ -34,7 +33,7 @@ Pod::Spec.new do |s|
3433
}
3534
3635
s.dependency "React-Codegen"
37-
s.dependency "RCT-Folly", folly_version
36+
s.dependency "RCT-Folly"
3837
s.dependency "RCTRequired"
3938
s.dependency "RCTTypeSafety"
4039
s.dependency "ReactCommon/turbomodule/core"

0 commit comments

Comments
 (0)