mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 22:43:10 +08:00
Invert native dependency of new bridge -> old bridge
Reviewed By: mhorowitz Differential Revision: D3400379 fbshipit-source-id: d641846261977b4f77c2d215bef94e8e676e2c02
This commit is contained in:
committed by
Facebook Github Bot 5
parent
f8cbd9f4f4
commit
0e50373b60
@@ -19,7 +19,7 @@ import com.facebook.soloader.SoLoader;
|
||||
@DoNotStrip
|
||||
public abstract class NativeArray {
|
||||
static {
|
||||
SoLoader.loadLibrary(ReactBridge.REACT_NATIVE_LIB);
|
||||
ReactBridge.staticInit();
|
||||
}
|
||||
|
||||
protected NativeArray(HybridData hybridData) {
|
||||
|
||||
Reference in New Issue
Block a user