Skip to content

Commit b6c7f6f

Browse files
Ron RadtkeRon Radtke
authored andcommitted
fixes #277
1 parent 1040174 commit b6c7f6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-blob-util",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index",
66
"scripts": {

react-native-blob-util.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Pod::Spec.new do |s|
1818

1919
if fabric_enabled
2020
install_modules_dependencies(s)
21+
else
22+
s.dependency 'React-Core'
2123
end
2224

2325
end

0 commit comments

Comments
 (0)