Skip to content

Commit

Permalink
feat(ios): add visionOS support (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Apr 17, 2024
1 parent 7a36d63 commit 103c7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNDateTimePicker.podspec
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.platform = :ios, "11.0"
s.platforms = { :ios => "11.0", :visionos => "1.0" }
s.source = { :git => "https://github.com/react-native-community/datetimepicker", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,cpp}"
s.requires_arc = true
Expand Down

0 comments on commit 103c7af

Please sign in to comment.