Skip to content

Commit

Permalink
Delete LazyReactPackage.getReactModuleInfoProviderViaReflection (face…
Browse files Browse the repository at this point in the history
…book#41096)

Summary:
Pull Request resolved: facebook#41096

LazyReactPackage.getReactModuleInfoProviderViaReflection was deprecated in 0.72, I'm just deleting it.
There are no usages internally or externally

changelog: [Android][Breaking] Delete deprecated method LazyReactPackage.getReactModuleInfoProviderViaReflection

Reviewed By: arushikesarwani94

Differential Revision: D50338302

fbshipit-source-id: 02fe91d5da8d6f01b8d3852aced90034a1a5c8e8
  • Loading branch information
mdvacca authored and facebook-github-bot committed Oct 27, 2023
1 parent bfc64f4 commit 118e651
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
@Deprecated(since = "This class is deprecated, please use BaseReactPackage instead.")
public abstract class LazyReactPackage implements ReactPackage {

@Deprecated
public static ReactModuleInfoProvider getReactModuleInfoProviderViaReflection(
LazyReactPackage lazyReactPackage) {
return Collections::emptyMap;
}

/**
* We return an iterable
*
Expand Down

0 comments on commit 118e651

Please sign in to comment.