| Class | Description |
|---|---|
| BundleDeltaClient | |
| BundleDownloader | |
| BundleDownloader.BundleInfo | |
| 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 | |
| InspectorPackagerConnection.BundleStatus | |
| JSCHeapCapture | |
| JSCSamplingProfiler | |
| JSDebuggerWebSocketClient |
A wrapper around WebSocketClient that recognizes RN debugging message format.
|
| JSDevSupport | |
| 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.
|
| ViewHierarchyUtil |
Helper for computing information about the view hierarchy
|
| WebsocketJavaScriptExecutor |
Executes JS remotely via the react nodejs server as a proxy to a browser on the host machine.
|
| Enum | Description |
|---|---|
| BundleDeltaClient.ClientType | |
| RedBoxHandler.ErrorType |
| Exception | Description |
|---|---|
| JSCHeapCapture.CaptureException | |
| JSCSamplingProfiler.ProfilerException | |
| JSException |
This represents an error evaluating JavaScript.
|
| WebsocketJavaScriptExecutor.WebsocketExecutorTimeoutException |