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:
parent
4246016fb4
commit
f653589ecd
@ -29,7 +29,7 @@ Pod::Spec.new do |s|
|
|||||||
s.static_framework = true
|
s.static_framework = true
|
||||||
end
|
end
|
||||||
|
|
||||||
s.dependency "React"
|
s.dependency "React-Core"
|
||||||
|
|
||||||
s.default_subspec = "Video"
|
s.default_subspec = "Video"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user