mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move interfaces from Bridge to a new buck target
Reviewed By: achen1 Differential Revision: D9513130 fbshipit-source-id: f23e3274eed5f0adcffdc3e10d20a4d49e81bca5
This commit is contained in:
committed by
Facebook Github Bot
parent
f8f1870248
commit
01580de613
@@ -14,7 +14,7 @@ import com.facebook.proguard.annotations.DoNotStrip;
|
||||
* Base class for an array whose members are stored in native code (C++).
|
||||
*/
|
||||
@DoNotStrip
|
||||
public abstract class NativeArray {
|
||||
public abstract class NativeArray implements NativeArrayInterface{
|
||||
static {
|
||||
ReactBridge.staticInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user