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