Skip to content

Commit

Permalink
Merge pull request #388 from javache/patch-1
Browse files Browse the repository at this point in the history
Remove deprecated API's from react-native-blob-util
  • Loading branch information
RonRadtke authored Dec 2, 2024
2 parents 1dec964 + 2185bc5 commit 07ac60c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import androidx.annotation.Nullable;

import com.facebook.react.TurboReactPackage;
import com.facebook.react.BaseReactPackage;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.module.model.ReactModuleInfo;
Expand All @@ -11,7 +11,7 @@
import java.util.HashMap;
import java.util.Map;

public class ReactNativeBlobUtilPackage extends TurboReactPackage {
public class ReactNativeBlobUtilPackage extends BaseReactPackage {

@Nullable
@Override
Expand All @@ -35,7 +35,6 @@ public ReactModuleInfoProvider getReactModuleInfoProvider() {
ReactNativeBlobUtilImpl.NAME,
false, // canOverrideExistingModule
false, // needsEagerInit
true, // hasConstants
false, // isCxxModule
isTurboModule // isTurboModule
));
Expand Down

0 comments on commit 07ac60c

Please sign in to comment.