add Native Module init

Reviewed By: achen1

Differential Revision: D5740540

fbshipit-source-id: 9989424812fdcfd0a54c2ccf1e973aa7cc2a1f67
This commit is contained in:
Aaron Chiu
2017-09-20 10:57:12 -07:00
committed by Facebook Github Bot
parent 08befb730b
commit 565a24140b
2 changed files with 17 additions and 11 deletions
@@ -17,4 +17,6 @@ public class ReactDebugOverlayTags {
public static final DebugOverlayTag BRIDGE_CALLS =
new DebugOverlayTag(
"Bridge Calls", "JS to Java calls (warning: this is spammy)", Color.MAGENTA);
public static final DebugOverlayTag NATIVE_MODULE =
new DebugOverlayTag("Native Module", "Native Module init", Color.rgb(0x80, 0x00, 0x80));
}