Skip to content

Commit

Permalink
Removed dependency on specific folly version
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick committed Jul 29, 2022
1 parent 9b73421 commit 07da175
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# folly_version must match the version used in React Native
# See folly_version in react-native/React/FBReactNativeSpec/FBReactNativeSpec.podspec
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 |spec|
Expand All @@ -24,7 +21,7 @@ Pod::Spec.new do |spec|
}
spec.dependency "React-RCTFabric"
spec.dependency "React-Codegen"
spec.dependency "RCT-Folly", folly_version
spec.dependency "RCT-Folly"
spec.dependency "RCTRequired"
spec.dependency "RCTTypeSafety"
spec.dependency "ReactCommon/turbomodule/core"
Expand Down

0 comments on commit 07da175

Please sign in to comment.