react-native-blob-util 0.18.5 → 0.18.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-blob-util",
3
- "version": "0.18.5",
3
+ "version": "0.18.6",
4
4
  "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
5
  "main": "index",
6
6
  "scripts": {
@@ -18,6 +18,8 @@ Pod::Spec.new do |s|
18
18
 
19
19
  if fabric_enabled
20
20
  install_modules_dependencies(s)
21
+ else
22
+ s.dependency 'React-Core'
21
23
  end
22
24
 
23
25
  end