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: D3374937 fbshipit-source-id: 58b082bba727e33a3b08361be3630d669fc8dc5b
This commit is contained in:
committed by
Facebook Github Bot 2
parent
26a92220c2
commit
bf010a4c17
@@ -21,9 +21,8 @@ import com.facebook.soloader.SoLoader;
|
||||
*/
|
||||
@DoNotStrip
|
||||
public class WritableNativeArray extends ReadableNativeArray implements WritableArray {
|
||||
|
||||
static {
|
||||
SoLoader.loadLibrary(ReactBridge.REACT_NATIVE_LIB);
|
||||
ReactBridge.staticInit();
|
||||
}
|
||||
|
||||
public WritableNativeArray() {
|
||||
|
||||
Reference in New Issue
Block a user