Skip to content

Commit

Permalink
Remove RCT-Folly version hardcoding (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Jan 4, 2024
1 parent d249a2d commit aa51e7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-native-geolocation.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
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 All @@ -28,7 +27,7 @@ Pod::Spec.new do |s|
}

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 aa51e7e

Please sign in to comment.