mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-03 23:35:06 +08:00
add JS->Java Bridge traffic
Reviewed By: achen1 Differential Revision: D5740501 fbshipit-source-id: 3a88cd95d3a58aac24968e577f4eb3096d47d4ec
This commit is contained in:
committed by
Facebook Github Bot
parent
4fc9e20fce
commit
12f123d3e4
@@ -14,4 +14,7 @@ public class ReactDebugOverlayTags {
|
||||
new DebugOverlayTag("Navigation", "Tag for navigation", Color.rgb(0x9C, 0x27, 0xB0));
|
||||
public static final DebugOverlayTag RN_CORE =
|
||||
new DebugOverlayTag("RN Core", "Tag for React Native Core", Color.BLACK);
|
||||
public static final DebugOverlayTag BRIDGE_CALLS =
|
||||
new DebugOverlayTag(
|
||||
"Bridge Calls", "JS to Java calls (warning: this is spammy)", Color.MAGENTA);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user