mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
add Native Module init
Reviewed By: achen1 Differential Revision: D5740540 fbshipit-source-id: 9989424812fdcfd0a54c2ccf1e973aa7cc2a1f67
This commit is contained in:
committed by
Facebook Github Bot
parent
08befb730b
commit
565a24140b
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user