Skip to content

Commit

Permalink
Remove explicit folly version
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Feb 18, 2022
1 parent 050fd2b commit eb111ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-native-safe-area-context.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED']

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

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 |s|
Expand All @@ -28,7 +27,7 @@ Pod::Spec.new do |s|
}

s.dependency "React"
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 eb111ff

Please sign in to comment.