public interface RCTLog extends JavaScriptModule
The RCTLog module allows for showing native logs in JavaScript.
| Modifier and Type | Method and Description |
|---|---|
void |
logIfNoNativeHook(java.lang.String level,
java.lang.String message)
Send a log to JavaScript.
|