Package-level declarations
Types
Interface to display loading messages on top of the screen.
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.
Callback class for loading split JS bundles from Metro in development.
Interface for accessing and interacting with development features. In dev mode, use the implementation BridgeDevSupportManager. In production mode, use the dummy implementation ReleaseDevSupportManager.
Interface that lets parts of the app process the errors before showing the redbox
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.
Represents a generic entry in a stack trace, be it originally from JS or Java.