Skip to content

Commit b9ddba2

Browse files
authored
feat: add visionOS support (#468)
1 parent f7e7e20 commit b9ddba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-safe-area-context.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212

1313
s.authors = package['author']
1414
s.homepage = package['homepage']
15-
s.platforms = { :ios => "12.4", :tvos => "12.4" }
15+
s.platforms = { :ios => "12.4", :tvos => "12.4", :visionos => "1.0" }
1616

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

0 commit comments

Comments
 (0)