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