Add dependency for 'React' in podspec to fix issue #408
This commit is contained in:
parent
5125cd6994
commit
87f3caa418
|
@ -15,4 +15,6 @@ Pod::Spec.new do |s|
|
||||||
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
||||||
s.source_files = '*.{h,m}'
|
s.source_files = '*.{h,m}'
|
||||||
s.preserve_paths = "**/*.js"
|
s.preserve_paths = "**/*.js"
|
||||||
|
|
||||||
|
s.dependency 'React'
|
||||||
end
|
end
|
Loading…
Reference in New Issue