Also include RCT as the JS code requires it.
This commit is contained in:
parent
01bc01e230
commit
092d925b27
|
@ -27,7 +27,7 @@ Pod::Spec.new do |s|
|
|||
ss.source_files = "ios/FaceDetector/**/*.{h,m}"
|
||||
end
|
||||
|
||||
s.default_subspec = "RN"
|
||||
s.default_subspecs = "RN", "RCT"
|
||||
|
||||
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
|
||||
|
||||
|
|
Loading…
Reference in New Issue