-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModule
,com.facebook.react.bridge.ReactModuleWithSpec
,com.facebook.react.turbomodule.core.interfaces.TurboModule
public class NativeDevSplitBundleLoaderModule extends NativeDevSplitBundleLoaderSpec
-
-
Constructor Summary
Constructors Constructor Description NativeDevSplitBundleLoaderModule(ReactApplicationContext reactContext, DevSupportManager devSupportManager)
-
Method Summary
Modifier and Type Method Description void
loadBundle(String bundlePath, Promise promise)
String
getName()
-
Methods inherited from class com.facebook.fbreact.specs.NativeDevSplitBundleLoaderSpec
loadBundle
-
Methods inherited from class com.facebook.react.bridge.BaseJavaModule
canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NativeDevSplitBundleLoaderModule
NativeDevSplitBundleLoaderModule(ReactApplicationContext reactContext, DevSupportManager devSupportManager)
-
-
-
-