Skip to content

Commit

Permalink
fixes #277
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Radtke authored and Ron Radtke committed Jul 25, 2023
1 parent 1040174 commit b6c7f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-blob-util",
"version": "0.18.5",
"version": "0.18.6",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions react-native-blob-util.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Pod::Spec.new do |s|

if fabric_enabled
install_modules_dependencies(s)
else
s.dependency 'React-Core'
end

end

0 comments on commit b6c7f6f

Please sign in to comment.