From 87f3caa4186211970c103b96ed9c28265042961d Mon Sep 17 00:00:00 2001 From: Tomer Frenkel Date: Wed, 27 Dec 2017 17:02:55 +0200 Subject: [PATCH] Add dependency for 'React' in podspec to fix issue #408 --- RNFS.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RNFS.podspec b/RNFS.podspec index 238e82b..b484ff7 100644 --- a/RNFS.podspec +++ b/RNFS.podspec @@ -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 \ No newline at end of file