From 3f5fd06e47a471ff717e1618e8bd35d8e27b619e Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Fri, 6 Dec 2024 11:35:25 -0500 Subject: [PATCH] Fix tvos support --- react-native-safe-area-context.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-safe-area-context.podspec b/react-native-safe-area-context.podspec index 32d209f..248e1f4 100644 --- a/react-native-safe-area-context.podspec +++ b/react-native-safe-area-context.podspec @@ -14,6 +14,7 @@ Pod::Spec.new do |s| s.homepage = package['homepage'] s.ios.deployment_target = "12.4" s.osx.deployment_target = "10.15" + s.tvos.deployment_target = "12.4" s.visionos.deployment_target = "1.0" s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }