add ability to print from JS and app navigation as a category

Reviewed By: achen1

Differential Revision: D5661567

fbshipit-source-id: 005323afbbb33ec5e36cbce7f395edc573dcc2ff
This commit is contained in:
Aaron Chiu
2017-08-31 14:44:00 -07:00
committed by Facebook Github Bot
parent 6763f7a216
commit 47c8b07310

View File

@@ -10,4 +10,6 @@ public class ReactDebugOverlayTags {
public static final DebugOverlayTag PERFORMANCE =
new DebugOverlayTag("Performance", "Markers for Performance", Color.GREEN);
public static final DebugOverlayTag NAVIGATION =
new DebugOverlayTag("Navigation", "Tag for navigation", Color.rgb(0x9C, 0x27, 0xB0));
}