Skip to content

Commit

Permalink
Reduce visibility of CoreModulesPackage (facebook#41087)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#41087

CoreModulesPackage is not being used outside of its package (neither in OSS or at Meta), I'm reducing its visibiity to package.

If you are using this class, please contact us and we will consider increasing visibiity again.

bypass-github-export-checks

changelog: [Android][Breaking] Reduce visibility of CoreModulesPackage class

Reviewed By: christophpurrer

Differential Revision: D50338546

fbshipit-source-id: 3f0ce4dd22ddfa6743760ad378e7c6e45ab58127
  • Loading branch information
mdvacca authored and Othinn committed Oct 30, 2023
1 parent ae6155a commit f512e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
TimingModule.class,
UIManagerModule.class,
})
public class CoreModulesPackage extends TurboReactPackage implements ReactPackageLogger {
class CoreModulesPackage extends TurboReactPackage implements ReactPackageLogger {

private final ReactInstanceManager mReactInstanceManager;
private final DefaultHardwareBackBtnHandler mHardwareBackBtnHandler;
Expand Down

0 comments on commit f512e1c

Please sign in to comment.