Skip to content

Commit

Permalink
refactor(#124): folly version not needed in Fabric from RN 0.70 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz1913 authored Dec 8, 2022
1 parent 5d3a0ec commit 5970106
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))

fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1'

folly_version = '2021.07.22.00'
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

Pod::Spec.new do |s|
Expand Down Expand Up @@ -44,7 +43,7 @@ Pod::Spec.new do |s|

s.dependency "React-RCTFabric"
s.dependency "React-Codegen"
s.dependency "RCT-Folly", folly_version
s.dependency "RCT-Folly"
s.dependency "RCTRequired"
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
Expand Down

0 comments on commit 5970106

Please sign in to comment.