Skip to content

Commit 616e959

Browse files
authored
Merge pull request itinance#409 from tomer1490/master
Add dependency for 'React' in podspec to fix issue itinance#408
2 parents 5125cd6 + 87f3caa commit 616e959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RNFS.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
1616
s.source_files = '*.{h,m}'
1717
s.preserve_paths = "**/*.js"
18+
19+
s.dependency 'React'
1820
end

0 commit comments

Comments
 (0)