Skip to content

Commit

Permalink
fix: add React-Core to podspec for Xcode 12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidvdh committed Sep 18, 2020
1 parent 2f04965 commit d7d3d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-orientation-locker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '11.0'
s.preserve_paths = 'README.md', 'package.json', 'index.js'
s.source_files = 'iOS/**/*.{h,m}'
s.dependency 'React'
s.dependency 'React-Core'
end

0 comments on commit d7d3d69

Please sign in to comment.