We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e7e20 commit b9ddba2Copy full SHA for b9ddba2
react-native-safe-area-context.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
13
s.authors = package['author']
14
s.homepage = package['homepage']
15
- s.platforms = { :ios => "12.4", :tvos => "12.4" }
+ s.platforms = { :ios => "12.4", :tvos => "12.4", :visionos => "1.0" }
16
17
s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }
18
s.source_files = "ios/**/*.{h,m,mm}"
0 commit comments