Skip to content

Commit 74ab7ea

Browse files
committed
Update ios target to 11
1 parent c78976e commit 74ab7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'rnuilib' do
77
pod 'ReactNativeUiLib', :path => "../lib/ReactNativeUiLib.podspec"

0 commit comments

Comments
 (0)