mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 22:38:59 +08:00
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:
committed by
Facebook Github Bot
parent
6763f7a216
commit
47c8b07310
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user