Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

fix:删除废弃api #727

Open
wants to merge 4 commits into
base: 0.11.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions android/src/main/java/com/RNFetchBlob/RNFetchBlobPackage.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
return modules;
}

@Override

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

保留方法,只删 @OverRide

public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Collections.emptyList();
Expand Down