Skip to content

Commit 93ca4fe

Browse files
authored
feat: bump minimal ios version to 12.4 (#2232)
# Summary PR updating the minimal required version of `iOS` to `12.4`. Please notice that it can be considered a ***BREAKING CHANGE***
1 parent b800050 commit 93ca4fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ npx expo install react-native-svg
7575
| >=8 | >=0.57.4 |
7676
| >=9 | >=0.57.4 |
7777
| >=12.3.0 | >=0.64.0 |
78+
| >=15.0.0 | >=0.70.0 |
7879

7980
## Support for Fabric
8081

RNSVG.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Pod::Spec.new do |s|
1818
s.visionos.exclude_files = '**/*.macos.{h,m,mm}'
1919
s.osx.exclude_files = '**/*.ios.{h,m,mm}'
2020
s.requires_arc = true
21+
s.platforms = { :osx => "10.14", :ios => "12.4", :tvos => "12.4", :visionos => "1.0" }
2122

2223
if fabric_enabled
23-
s.platforms = { :osx => "10.14", :ios => "12.4", :tvos => "11.0", :visionos => "1.0" }
2424
install_modules_dependencies(s)
2525

2626
s.subspec "common" do |ss|
@@ -29,7 +29,6 @@ Pod::Spec.new do |s|
2929
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/common/cpp\"" }
3030
end
3131
else
32-
s.platforms = { :osx => "10.14", :ios => "10.0", :tvos => "9.2", :visionos => "1.0" }
3332
s.exclude_files = 'apple/Utils/RNSVGFabricConversions.h'
3433
s.dependency 'React-Core'
3534
end

0 commit comments

Comments
 (0)