Skip to content

Commit 2578857

Browse files
steven-pearsonSteve Pearson
authored andcommitted
fix(Android): Remove incorrect Override signature (#241)
Co-authored-by: Steve Pearson <stevepearsonathome@hotmail.com>
1 parent 173c3df commit 2578857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/tradle/react/UdpSocketsModule.java

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

33-
@Override
33+
// Deprecated RN 0.47
3434
public List<Class<? extends JavaScriptModule>> createJSModules() {
3535
return Collections.emptyList();
3636
}

0 commit comments

Comments
 (0)