Skip to content

Commit

Permalink
Add dependency for 'React' in podspec to fix issue itinance#408
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer1490 committed Dec 27, 2017
1 parent 5125cd6 commit 87f3caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RNFS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 87f3caa

Please sign in to comment.