Skip to content

Commit

Permalink
feat: add visionOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Aug 22, 2024
1 parent cf2fa57 commit 71a957e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFlashList.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.license = package['license']
s.author = package['author']
s.platforms = { :ios => '11.0', :tvos => '12.0' }
s.platforms = { :ios => '11.0', :tvos => '12.0', :visionos => '1.0' }
s.source = { git: 'https://github.com/shopify/flash-list.git', tag: "v#{s.version}" }
s.source_files = 'ios/Sources/**/*'
s.requires_arc = true
Expand Down

0 comments on commit 71a957e

Please sign in to comment.