Skip to content

Commit

Permalink
feat: add visionOS support (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Feb 1, 2024
1 parent f7e7e20 commit b9ddba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-safe-area-context.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.authors = package['author']
s.homepage = package['homepage']
s.platforms = { :ios => "12.4", :tvos => "12.4" }
s.platforms = { :ios => "12.4", :tvos => "12.4", :visionos => "1.0" }

s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm}"
Expand Down

0 comments on commit b9ddba2

Please sign in to comment.