Package-level declarations

Types

Link copied to clipboard
Interface for accessing and interacting with development features.
Link copied to clipboard
open class BundleDownloader
Link copied to clipboard

Default implementation of Dev Loading View Manager to display loading messages on top of the screen. All methods are thread safe.

Link copied to clipboard
open class DevServerHelper
Helper class for all things about the debug server running in the engineer's host machine.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A class allows recognizing double key tap of "R", used to reload JS in AbstractReactActivity, RedBoxDialogSurfaceDelegate and ReactActivity.

Link copied to clipboard

JS module interface for HMRClient

Link copied to clipboard
class LogBoxModule(reactContext: ReactApplicationContext?, devSupportManager: DevSupportManager) : NativeLogBoxSpec
Link copied to clipboard
Interface used by DevSupportManager for accessing some fields and methods of or ReactHost for the purpose of displaying and handling developer menu options.
Link copied to clipboard

A dummy implementation of DevSupportManager to be used in production mode where development features aren't needed.

Link copied to clipboard
open class StackTraceHelper
Helper class converting JS and Java stack traces into arrays of StackFrame objects.