Skip to content

Commit e2ff5b8

Browse files
committed
Fix breaking change in RN 0.47
1 parent 8bb9cc8 commit e2ff5b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/jamesisaac/rnbackgroundtask/BackgroundTaskPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public List<NativeModule> createNativeModules(
3030
return modules;
3131
}
3232

33-
@Override
3433
public List<Class<? extends JavaScriptModule>> createJSModules() {
3534
return Collections.emptyList();
3635
}

0 commit comments

Comments
 (0)