| Interface | Description |
|---|---|
| DevInternalSettings.Listener | |
| DevServerHelper.OnServerContentChangeListener | |
| DevServerHelper.PackagerCommandListener | |
| DevServerHelper.SymbolicationListener | |
| HMRClient |
JS module interface for HMRClient
The HMR(Hot Module Replacement)Client allows for the application to receive updates
from the packager server (over a web socket), allowing for injection of JavaScript to
the running application (without a refresh).
|
| JSCHeapCapture.CaptureCallback | |
| JSCHeapCapture.HeapCapture | |
| JSCSamplingProfiler.SamplingProfiler | |
| JSDebuggerWebSocketClient.JSDebuggerCallback | |
| MultipartStreamReader.ChunkCallback | |
| ReactInstanceDevCommandsHandler |
Interface used by
DevSupportManager for requesting React instance recreation
based on the option that user select in developers menu. |
| RedBoxHandler |
Interface used by
DevSupportManagerImpl to allow interception on any redboxes
during development and handling the information from the redbox. |
| RedBoxHandler.ReportCompletedListener | |
| WebsocketJavaScriptExecutor.JSExecutorConnectCallback |
| Class | Description |
|---|---|
| BundleDownloader | |
| DevInternalSettings |
Helper class for accessing developers settings that should not be accessed outside of the package
com.facebook.react.devsupport. |
| DevLoadingViewController |
Controller to display loading messages on top of the screen.
|
| DevServerHelper |
Helper class for all things about the debug server running in the engineer's host machine.
|
| DevSettingsActivity |
Activity that display developers settings.
|
| DevSupportManagerFactory |
A simple factory that creates instances of
DevSupportManager implementations. |
| DevSupportManagerImpl |
Interface for accessing and interacting with development features.
|
| DisabledDevSupportManager |
A dummy implementation of
DevSupportManager to be used in production mode where
development features aren't needed. |
| DoubleTapReloadRecognizer |
A class allows recognizing double key tap of "R", used to reload JS in
AbstractReactActivity, RedBoxDialog and ReactActivity. |
| FpsView |
View that automatically monitors and displays the current app frame rate.
|
| InspectorPackagerConnection | |
| JSCHeapCapture | |
| JSCSamplingProfiler | |
| JSDebuggerWebSocketClient |
A wrapper around WebSocketClient that recognizes RN debugging message format.
|
| MultipartStreamReader |
Utility class to parse the body of a response of type multipart/mixed.
|
| StackTraceHelper |
Helper class converting JS and Java stack traces into arrays of
StackFrame objects. |
| StackTraceHelper.StackFrameImpl |
Represents a generic entry in a stack trace, be it originally from JS or Java.
|
| WebsocketJavaScriptExecutor |
Executes JS remotely via the react nodejs server as a proxy to a browser on the host machine.
|
| Enum | Description |
|---|---|
| RedBoxHandler.ErrorType |
| Exception | Description |
|---|---|
| JSCHeapCapture.CaptureException | |
| JSCSamplingProfiler.ProfilerException | |
| JSException |
This represents an error evaluating JavaScript.
|
| WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException |