mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
android: fix build with RN 0.73
This commit is contained in:
@@ -107,11 +107,6 @@ public class RNBackgroundDownloaderModule extends ReactContextBaseJavaModule imp
|
||||
ee = getReactApplicationContext().getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasConstants() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void addListener(String eventName) {
|
||||
// Keep: Required for RN built in Event Emitter Calls.
|
||||
|
||||
Reference in New Issue
Block a user