Skip to content

Commit

Permalink
ios target platform --> 11.0
Browse files Browse the repository at this point in the history
due to RNN new requirements
  • Loading branch information
kanzitelli committed Nov 17, 2020
1 parent f8e50db commit 0a9754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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-unimodules/cocoapods.rb'

platform :ios, '10.0'
platform :ios, '11.0'

target 'rnn_starter' do
use_unimodules!(exclude: ['expo-splash-screen'])
Expand Down

0 comments on commit 0a9754f

Please sign in to comment.