Skip to content

Commit a1fe740

Browse files
author
Ron Radtke
committed
Tricking autolinking into discovering this lib again, even though we're using the "new" baseclass
#397 #394
1 parent f6404dc commit a1fe740

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilPackage.java

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
import java.util.HashMap;
1212
import java.util.Map;
1313

14+
// trick autolinking till it is fixed on RN side
15+
//public class ReactNativeBlobUtilPackage extends TurboReactPackage {
1416
public class ReactNativeBlobUtilPackage extends BaseReactPackage {
1517

1618
@Nullable

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-blob-util",
3-
"version": "0.21.1",
3+
"version": "0.21.2",
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": {

0 commit comments

Comments
 (0)