-
- All Implemented Interfaces:
-
com.facebook.react.ReactPackage
public class DebugCorePackage extends TurboReactPackage
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).
-
-
Constructor Summary
Constructors Constructor Description DebugCorePackage()
-
Method Summary
Modifier and Type Method Description NativeModule
getModule(String name, ReactApplicationContext reactContext)
The API needed for TurboModules. ReactModuleInfoProvider
getReactModuleInfoProvider()
-
Methods inherited from class com.facebook.react.TurboReactPackage
createNativeModules, createViewManagers, getModule, getNativeModuleIterator
-
Methods inherited from class com.facebook.react.ReactPackage
createNativeModules, createViewManagers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getModule
NativeModule getModule(String name, ReactApplicationContext reactContext)
The API needed for TurboModules. Given a module name, it returns an instance of for the name
-
getReactModuleInfoProvider
ReactModuleInfoProvider getReactModuleInfoProvider()
-
-
-
-