Skip to content

Commit b5483f0

Browse files
authored
chore: set IOS min version to 13.4 (RN 0.73) (#70)
1 parent 643f4e8 commit b5483f0

File tree

3 files changed

+63
-158
lines changed

3 files changed

+63
-158
lines changed

TrueSheet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = package["license"]
1212
s.authors = package["author"]
1313

14-
s.platforms = { :ios => min_ios_version_supported }
14+
s.platforms = { :ios => "13.4" }
1515
s.source = { :git => "https://github.com/lodev09/react-native-true-sheet.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build:ios": "cd ios && xcodebuild -workspace TrueSheetExample.xcworkspace -scheme TrueSheetExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
1414
},
1515
"dependencies": {
16-
"expo": "~51.0.17",
16+
"expo": "~51.0.21",
1717
"expo-build-properties": "~0.12.3",
1818
"react": "18.2.0",
1919
"react-native": "0.74.3",

0 commit comments

Comments
 (0)