Skip to content

Commit 103c7af

Browse files
authored
feat(ios): add visionOS support (#884)
1 parent 7a36d63 commit 103c7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNDateTimePicker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package['license']
1111
s.author = package['author']
1212
s.homepage = package['homepage']
13-
s.platform = :ios, "11.0"
13+
s.platforms = { :ios => "11.0", :visionos => "1.0" }
1414
s.source = { :git => "https://github.com/react-native-community/datetimepicker", :tag => "v#{s.version}" }
1515
s.source_files = "ios/**/*.{h,m,mm,cpp}"
1616
s.requires_arc = true

0 commit comments

Comments
 (0)