-
public class ReactPackageHelper
-
-
Method Summary
Modifier and Type Method Description static 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. -
-
Method Detail
-
getNativeModuleIterator
static 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.
-
-
-
-