Add dependency for 'React' in podspec to fix issue #408

This commit is contained in:
Tomer Frenkel 2017-12-27 17:02:55 +02:00
parent 5125cd6994
commit 87f3caa418
1 changed files with 2 additions and 0 deletions

View File

@ -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_files = '*.{h,m}'
s.preserve_paths = "**/*.js"
s.dependency 'React'
end