fix: Xcode 12 compatibility (#2152)

Latest Xcode 12 fails to build while without a module to depend on React-Core directly hence this change is necessary for native modules on iOS. This change requires to React Native 0.60.2 or newer. For more details please check: facebook/react-native#29633 (comment)
This commit is contained in:
Radek Czemerys 2020-09-29 16:05:28 +02:00 committed by GitHub
parent 4246016fb4
commit f653589ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.static_framework = true
end
s.dependency "React"
s.dependency "React-Core"
s.default_subspec = "Video"