Reduce visibility of CoreModulesPackage (#41087)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
David Vacca
2023-10-19 11:16:40 -07:00
committed by Facebook GitHub Bot
parent fce0698def
commit 30b9b01e68
@@ -57,7 +57,7 @@ import java.util.Map;
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;