From bcb9692760d97c21642f70437765a5cd780a2fa0 Mon Sep 17 00:00:00 2001 From: Preeternal Date: Thu, 10 Sep 2026 23:04:48 +0300 Subject: [PATCH] fix: require iOS 14 for Mapbox v11 --- rnmapbox-maps.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnmapbox-maps.podspec b/rnmapbox-maps.podspec index bb467b737..78bc39148 100644 --- a/rnmapbox-maps.podspec +++ b/rnmapbox-maps.podspec @@ -257,7 +257,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/rnmapbox/maps.git" } s.license = "MIT" if $RNMapboxMapsUseV11Imp - s.platform = :ios, "12.4" + s.platform = :ios, "14.0" else s.platform = :ios, "11.0" end