Package-level declarations

Types

Link copied to clipboard
fun interface BundleLoadCallback
Link copied to clipboard
Link copied to clipboard

Interface to display loading messages on top of the screen.

Link copied to clipboard
fun interface DevOptionHandler

Callback class for custom options that may appear in DevSupportManager developer options menu. In case when option registered for this handler is selected from the menu, the instance method .onOptionSelected will be triggered.

Link copied to clipboard

Callback class for loading split JS bundles from Metro in development.

Link copied to clipboard

Interface for accessing and interacting with development features. In dev mode, use the implementation BridgeDevSupportManager. In production mode, use the dummy implementation ReleaseDevSupportManager.

Link copied to clipboard
fun interface ErrorCustomizer

Interface that lets parts of the app process the errors before showing the redbox

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface RedBoxHandler

Interface used by BridgeDevSupportManager to allow interception on any redboxes during development and handling the information from the redbox. The implementation should be passed by setRedBoxHandler in ReactInstanceManager.

Link copied to clipboard
interface StackFrame

Represents a generic entry in a stack trace, be it originally from JS or Java.