mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 09:30:10 +08:00
Invert native dependency of new bridge -> old bridge
Reviewed By: mhorowitz Differential Revision: D3409230 fbshipit-source-id: 541309ec953843477197e5a2b13730b8a38f608d
This commit is contained in:
committed by
Facebook Github Bot 7
parent
b2d4c2e255
commit
d344963123
@@ -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