mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 09:30:10 +08:00
Make ModuleHolder usable from C++
Reviewed By: AaaChiuuu Differential Revision: D4924286 fbshipit-source-id: f4d86603cf241ab21f931fed4798acd805d0b5aa
This commit is contained in:
committed by
Facebook Github Bot
parent
17020ff9af
commit
38f5b84734
@@ -27,6 +27,7 @@ import static com.facebook.systrace.Systrace.TRACE_TAG_REACT_JAVA_BRIDGE;
|
||||
*
|
||||
* Lifecycle events via a {@link LifecycleEventListener} will still always happen on the UI thread.
|
||||
*/
|
||||
@DoNotStrip
|
||||
public class ModuleHolder {
|
||||
|
||||
private final String mName;
|
||||
|
||||
Reference in New Issue
Block a user