-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModule
,com.facebook.react.bridge.ReactModuleWithSpec
,com.facebook.react.turbomodule.core.interfaces.TurboModule
public class LogBoxModule extends NativeLogBoxSpec
-
-
Constructor Summary
Constructors Constructor Description LogBoxModule(ReactApplicationContext reactContext, DevSupportManager devSupportManager)
LogBoxModule can be rendered in different surface.
-
Method Summary
Modifier and Type Method Description String
getName()
void
show()
void
hide()
void
invalidate()
The CatalystInstance is going away with Venice. -
-
Constructor Detail
-
LogBoxModule
LogBoxModule(ReactApplicationContext reactContext, DevSupportManager devSupportManager)
LogBoxModule can be rendered in different surface.
-
-
Method Detail
-
show
void show()
-
hide
void hide()
-
invalidate
void invalidate()
The CatalystInstance is going away with Venice. Therefore, the TurboModule infra introduces theinvalidate() method to allow NativeModules to clean up after themselves.
-
-
-
-