We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a36d63 commit 103c7afCopy full SHA for 103c7af
RNDateTimePicker.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.license = package['license']
11
s.author = package['author']
12
s.homepage = package['homepage']
13
- s.platform = :ios, "11.0"
+ s.platforms = { :ios => "11.0", :visionos => "1.0" }
14
s.source = { :git => "https://github.com/react-native-community/datetimepicker", :tag => "v#{s.version}" }
15
s.source_files = "ios/**/*.{h,m,mm,cpp}"
16
s.requires_arc = true
0 commit comments