Merge pull request #409 from tomer1490/master

Add dependency for 'React' in podspec to fix issue #408
This commit is contained in:
Hagen Hübel 2018-01-04 08:55:49 +01:00 committed by GitHub
commit 616e9594eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = { :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