Reduce visibility of BridgelessDevSupportManager class (#37036)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/37036

This diff I'm reducing visibility of BridgelessDevSupportManager to package only

changelog: [internal] internal

Reviewed By: fkgozali

Differential Revision: D45192195

fbshipit-source-id: d1cfb31005f6181118928705c03c2536e448a02a
This commit is contained in:
David Vacca
2023-04-22 08:15:19 -07:00
committed by Facebook GitHub Bot
parent 6542cf9ccc
commit 20e1ecf282
@@ -30,7 +30,7 @@ import javax.annotation.Nullable;
* APIs for asynchronously loading the JS bundle.
*/
@Nullsafe(Nullsafe.Mode.LOCAL)
public class BridgelessDevSupportManager extends DevSupportManagerBase {
class BridgelessDevSupportManager extends DevSupportManagerBase {
private final ReactHost mReactHost;