Skip to content

Commit e2aa087

Browse files
authored
feat: add visionos support (#560)
1 parent a129d10 commit e2aa087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/react-native-slider.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.platform = :ios, "9.0"
15+
s.platforms = { :ios => "9.0", :visionos => "1.0" }
1616

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

0 commit comments

Comments
 (0)