Skip to content

Commit

Permalink
Tricking autolinking into discovering this lib again, even though we'…
Browse files Browse the repository at this point in the history
…re using the "new" baseclass

#397
#394
  • Loading branch information
Ron Radtke committed Dec 18, 2024
1 parent f6404dc commit a1fe740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.util.HashMap;
import java.util.Map;

// trick autolinking till it is fixed on RN side
//public class ReactNativeBlobUtilPackage extends TurboReactPackage {
public class ReactNativeBlobUtilPackage extends BaseReactPackage {

@Nullable
Expand Down
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.21.1",
"version": "0.21.2",
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"main": "index",
"scripts": {
Expand Down

0 comments on commit a1fe740

Please sign in to comment.