mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
fce0698def
commit
30b9b01e68
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user