Skip to content

Commit

Permalink
upgrade ios
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixy1 committed Jan 4, 2024
1 parent 151e005 commit 5418c22
Show file tree
Hide file tree
Showing 8 changed files with 352 additions and 271 deletions.
3 changes: 2 additions & 1 deletion react_native/TinyQuickstartReactNative/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
engine-strict=true
registry=https://registry.npmjs.org/
9 changes: 7 additions & 2 deletions react_native/TinyQuickstartReactNative/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '12.4'
platform :ios, '14.0'
install! 'cocoapods', :deterministic_uuids => false

target 'TinyQuickstartReactNative' do
pod 'Plaid', '~> 3.1.0'
pod 'Plaid', '~> 5.0.0'
config = use_native_modules!

# Flags change depending on the env values.
Expand Down Expand Up @@ -33,6 +33,11 @@ target 'TinyQuickstartReactNative' do
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
react_native_post_install(
installer,
# Set `mac_catalyst_enabled` to `true` in order to apply patches
Expand Down
Loading

0 comments on commit 5418c22

Please sign in to comment.