public class ReactPackageHelper
extends java.lang.Object
Constructor and Description |
---|
ReactPackageHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<ModuleHolder> |
getNativeModuleIterator(ReactPackage reactPackage,
ReactApplicationContext reactApplicationContext,
ReactInstanceManager reactInstanceManager)
A helper method to iterate over a list of Native Modules and convert them to an iterable.
|
public static java.lang.Iterable<ModuleHolder> getNativeModuleIterator(ReactPackage reactPackage, ReactApplicationContext reactApplicationContext, ReactInstanceManager reactInstanceManager)
reactPackage
- reactApplicationContext
- reactInstanceManager
-