mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 06:22:39 +08:00
move ViewManager addition out of FlatUIImplementation
Reviewed By: achen1 Differential Revision: D4467400 fbshipit-source-id: 3027c1d4a2ccc691d474c0c06e61b47475e6bff7
This commit is contained in:
committed by
Facebook Github Bot
parent
5c7009d147
commit
9615d3bdb5
@@ -0,0 +1,11 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
|
||||
package com.facebook.react.flat;
|
||||
|
||||
/**
|
||||
* Holds global flag for enabling nodes.
|
||||
*/
|
||||
public class FlatUI {
|
||||
|
||||
public static boolean sEnabled;
|
||||
}
|
||||
Reference in New Issue
Block a user