Skip to content

Commit

Permalink
Fix tvos support
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Dec 6, 2024
1 parent 018f7de commit 3f5fd06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-native-safe-area-context.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}" }
Expand Down

0 comments on commit 3f5fd06

Please sign in to comment.