podfile
2 removals
Words removed | 1 |
Total words | 77 |
Words removed (%) | 1.30 |
31 lines
4 additions
Words added | 7 |
Total words | 83 |
Words added (%) | 8.43 |
33 lines
require File.join(File.dirname(`node --print "require.resolve('expo/package.json')"`), "scripts/autolinking")
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '11.0'
platform :ios, '12.0'
target 'Wam' do
target 'Wam' do
use_expo_modules!
config = use_native_modules!
config = use_native_modules!
use_react_native!(
use_react_native!(
:path => config[:reactNativePath],
:path => config[:reactNativePath],
# to enable hermes on iOS, change `false` to `true` and then install pods
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => false
:hermes_enabled => false
)
)
target 'WamTests' do
target 'WamTests' do
inherit! :complete
inherit! :complete
# Pods for testing
# Pods for testing
end
end
# Enables Flipper.
# Enables Flipper.
#
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable the next line.
# you should disable the next line.
use_flipper!()
use_flipper!()
post_install do |installer|
post_install do |installer|
react_native_post_install(installer)
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end
end
end
end