mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update documentation for DebugCorePackage (#51501)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51501 Update documentation for DebugCorePackage changelog: [internal] internal Reviewed By: javache, arushikesarwani94 Differential Revision: D75113218 fbshipit-source-id: e02e5385b42453623369a52f788c0225d644625f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
95d6b03b61
commit
f4cea64ff0
+1
-5
@@ -16,11 +16,7 @@ import com.facebook.react.module.model.ReactModuleInfoProvider
|
||||
import com.facebook.react.uimanager.ViewManager
|
||||
import com.facebook.react.views.debuggingoverlay.DebuggingOverlayManager
|
||||
|
||||
/**
|
||||
* Package defining core framework modules (e.g. [UIManager]). It should be used for modules that
|
||||
* require special integration with other framework parts (e.g. with the list of packages to load
|
||||
* view managers from).
|
||||
*/
|
||||
/** Package defining core debugging modules and viewManagers e.g. [DebuggingOverlayManager]). */
|
||||
@ReactModuleList(nativeModules = [])
|
||||
public class DebugCorePackage public constructor() :
|
||||
BaseReactPackage(), ViewManagerOnDemandReactPackage {
|
||||
|
||||
Reference in New Issue
Block a user