Skip to content

Commit 03e2022

Browse files
authored
Add visionOS support
1 parent bb3d813 commit 03e2022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react-native-config.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Pod::Spec.new do |s|
1515
s.license = 'MIT'
1616
s.ios.deployment_target = '9.0'
1717
s.tvos.deployment_target = '9.0'
18+
s.visionos.deployment_target = '1.0'
1819

1920
s.source = { git: 'https://github.com/luggit/react-native-config.git', tag: "v#{s.version.to_s}" }
2021
s.script_phase = {

0 commit comments

Comments
 (0)