Skip to content

Commit

Permalink
fix: unset modular headers for all
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsmith-gooddollar committed Nov 23, 2021
1 parent 78a9949 commit bd9bd81
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
platform :ios, '12.0'

target 'example' do
use_modular_headers!
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])

pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec', :modular_headers => false
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec', :modular_headers => false
pod 'secp256k1.c', '0.1.2', :modular_headers => true

target 'exampleTests' do
inherit! :complete
Expand All @@ -20,10 +18,10 @@ target 'example' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
# use_flipper!
# post_install do |installer|
# flipper_post_install(installer)
# end
use_flipper!
post_install do |installer|
flipper_post_install(installer)
end
end

target 'example-tvOS' do
Expand Down

0 comments on commit bd9bd81

Please sign in to comment.