Skip to content

Commit

Permalink
Remove incorrect Override signature (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Pearson <[email protected]>
  • Loading branch information
steven-pearson and Steve Pearson authored Jan 25, 2023
1 parent 173c3df commit 1587400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public List<NativeModule> createNativeModules(
return modules;
}

@Override
// Deprecated RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
Expand Down

0 comments on commit 1587400

Please sign in to comment.