Skip to content

Commit

Permalink
Update iOS platform version to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Jan 24, 2024
1 parent ec53272 commit ca3ae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target 'DemoApp' do
pod 'AppCenter/Analytics', '~> 4.4.3'
pod 'AppCenterReactNativeShared', '~> 4.4.5'

platform :ios, '9.0'
platform :ios, '11.0'

# This commented line is to avoid react-native link adding an optional dependency that is way too heavy.
# pod 'RNGestureHandler', :path => '../node_modules/react-native-gesture-handler'
Expand Down

0 comments on commit ca3ae93

Please sign in to comment.