| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ExpoModuleRegistryAdapter.kt | 28 val moduleRegistry = mModuleRegistryProvider[scopedContext] in createNativeModules() constant 31 moduleRegistry.registerInternalModule(ScopedAccelerometerService(experienceKey)) in createNativeModules() 32 moduleRegistry.registerInternalModule(ScopedGravitySensorService(experienceKey)) in createNativeModules() 33 moduleRegistry.registerInternalModule(ScopedGyroscopeService(experienceKey)) in createNativeModules() 35 moduleRegistry.registerInternalModule(ScopedMagnetometerService(experienceKey)) in createNativeModules() 38 moduleRegistry.registerInternalModule(SharedCookiesDataSourceFactoryProvider()) in createNativeModules() 44 moduleRegistry.registerInternalModule(ScopedFilePermissionModule(scopedContext)) in createNativeModules() 47 moduleRegistry.registerExportedModule(ScopedFileSystemModule(scopedContext)) in createNativeModules() 72 moduleRegistry.registerExportedModule(ScopedSecureStoreModule(scopedContext)) in createNativeModules() 77 moduleRegistry.registerInternalModule(internalModule) in createNativeModules() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/ |
| H A D | ExpoModuleRegistryAdapter.kt | 28 val moduleRegistry = mModuleRegistryProvider[scopedContext] in createNativeModules() constant 31 moduleRegistry.registerInternalModule(ScopedAccelerometerService(experienceKey)) in createNativeModules() 32 moduleRegistry.registerInternalModule(ScopedGravitySensorService(experienceKey)) in createNativeModules() 33 moduleRegistry.registerInternalModule(ScopedGyroscopeService(experienceKey)) in createNativeModules() 35 moduleRegistry.registerInternalModule(ScopedMagnetometerService(experienceKey)) in createNativeModules() 38 moduleRegistry.registerInternalModule(SharedCookiesDataSourceFactoryProvider()) in createNativeModules() 44 moduleRegistry.registerInternalModule(ScopedFilePermissionModule(scopedContext)) in createNativeModules() 47 moduleRegistry.registerExportedModule(ScopedFileSystemModule(scopedContext)) in createNativeModules() 66 moduleRegistry.registerExportedModule(ScopedSecureStoreModule(scopedContext)) in createNativeModules() 71 moduleRegistry.registerInternalModule(internalModule) in createNativeModules() [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/ |
| H A D | ExpoModuleRegistryAdapter.kt | 28 val moduleRegistry = mModuleRegistryProvider[scopedContext] in createNativeModules() constant 31 moduleRegistry.registerInternalModule(ScopedAccelerometerService(experienceKey)) in createNativeModules() 32 moduleRegistry.registerInternalModule(ScopedGravitySensorService(experienceKey)) in createNativeModules() 33 moduleRegistry.registerInternalModule(ScopedGyroscopeService(experienceKey)) in createNativeModules() 35 moduleRegistry.registerInternalModule(ScopedMagnetometerService(experienceKey)) in createNativeModules() 38 moduleRegistry.registerInternalModule(SharedCookiesDataSourceFactoryProvider()) in createNativeModules() 44 moduleRegistry.registerInternalModule(ScopedFilePermissionModule(scopedContext)) in createNativeModules() 60 moduleRegistry.registerInternalModule(ScopedNotificationsCategoriesSerializer()) in createNativeModules() 63 moduleRegistry.registerExportedModule(ScopedSecureStoreModule(scopedContext)) in createNativeModules() 68 moduleRegistry.registerInternalModule(internalModule) in createNativeModules() [all …]
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/ |
| H A D | ModuleRegistryTest.kt | 32 val moduleRegistry = ModuleRegistry(WeakReference(mockk())) in should register all classes from provider() constant 34 moduleRegistry.register(provider) in should register all classes from provider() 36 Truth.assertThat(moduleRegistry.toList()).hasSize(2) in should register all classes from provider() 38 Truth.assertThat(moduleRegistry.hasModule("m1")).isTrue() in should register all classes from provider() 39 Truth.assertThat(moduleRegistry.hasModule("m2")).isTrue() in should register all classes from provider() 56 val moduleRegistry = ModuleRegistry(mockk()) in should throw on incorrect definition() constant 59 moduleRegistry.register(provider) in should throw on incorrect definition() 73 val moduleRegistry = ModuleRegistry(WeakReference(mockk())) in should return holder for module() constant 74 moduleRegistry.register(provider) in should return holder for module() 75 val m1 = moduleRegistry.getModule("m1")!! in should return holder for module() [all …]
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ |
| H A D | ExpoModuleRegistryAdapter.kt | 40 val moduleRegistry = mModuleRegistryProvider[scopedContext] in <lambda>() constant 43 moduleRegistry.registerInternalModule(ScopedAccelerometerService(experienceKey)) in <lambda>() 44 moduleRegistry.registerInternalModule(ScopedGravitySensorService(experienceKey)) in <lambda>() 45 moduleRegistry.registerInternalModule(ScopedGyroscopeService(experienceKey)) in <lambda>() 47 moduleRegistry.registerInternalModule(ScopedMagnetometerService(experienceKey)) in <lambda>() 50 moduleRegistry.registerInternalModule(SharedCookiesDataSourceFactoryProvider()) in <lambda>() 56 moduleRegistry.registerInternalModule(ScopedFilePermissionModule(scopedContext)) in <lambda>() 66 moduleRegistry.registerInternalModule(ScopedNotificationsCategoriesSerializer()) in <lambda>() 71 moduleRegistry.registerInternalModule(internalModule) in <lambda>() 75 moduleRegistry.registerInternalModule(ScopedUIManagerModuleWrapper(reactContext)) in <lambda>() [all …]
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/ |
| H A D | ModuleRegistryDelegate.kt | 4 var moduleRegistry: ModuleRegistry? = null variable in expo.modules.core.ModuleRegistryDelegate 7 fun onCreate(moduleRegistry: ModuleRegistry) { in onCreate() 8 this.moduleRegistry = moduleRegistry in onCreate() 11 …inline fun <reified T> getFromModuleRegistry() = lazy { moduleRegistry!!.getModule(T::class.java) } in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/ |
| H A D | ModuleRegistryDelegate.kt | 4 var moduleRegistry: ModuleRegistry? = null variable in abi49_0_0.expo.modules.core.ModuleRegistryDelegate 7 fun onCreate(moduleRegistry: ModuleRegistry) { in onCreate() 8 this.moduleRegistry = moduleRegistry in onCreate() 11 …inline fun <reified T> getFromModuleRegistry() = lazy { moduleRegistry!!.getModule(T::class.java) } in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/ |
| H A D | ModuleRegistryDelegate.kt | 4 var moduleRegistry: ModuleRegistry? = null variable in abi48_0_0.expo.modules.core.ModuleRegistryDelegate 7 fun onCreate(moduleRegistry: ModuleRegistry) { in onCreate() 8 this.moduleRegistry = moduleRegistry in onCreate() 11 …inline fun <reified T> getFromModuleRegistry() = lazy { moduleRegistry!!.getModule(T::class.java) } in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/ |
| H A D | ModuleRegistryDelegate.kt | 4 var moduleRegistry: ModuleRegistry? = null variable in abi47_0_0.expo.modules.core.ModuleRegistryDelegate 7 fun onCreate(moduleRegistry: ModuleRegistry) { in onCreate() 8 this.moduleRegistry = moduleRegistry in onCreate() 11 …inline fun <reified T> getFromModuleRegistry() = lazy { moduleRegistry!!.getModule(T::class.java) } in <lambda>()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI49_0_0EXScopedModuleRegistryAdapter.m | 45 ABI49_0_0EXModuleRegistry *moduleRegistry = [self.moduleRegistryProvider moduleRegistry]; 51 [moduleRegistry registerInternalModule:updatesBinding]; 56 [moduleRegistry registerInternalModule:constantsBinding]; 63 [moduleRegistry registerExportedModule:scopedFacebook]; 78 [moduleRegistry registerExportedModule:fileSystemModule]; 79 [moduleRegistry registerInternalModule:fileSystemModule]; 84 [moduleRegistry registerExportedModule:fontModule]; 116 [moduleRegistry registerExportedModule:segmentModule]; 121 [moduleRegistry registerInternalModule:branchModule]; 138 [moduleRegistry registerExportedModule:errorRecovery]; [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI47_0_0EXScopedModuleRegistryAdapter.m | 45 ABI47_0_0EXModuleRegistry *moduleRegistry = [self.moduleRegistryProvider moduleRegistry]; 51 [moduleRegistry registerInternalModule:updatesBinding]; 56 [moduleRegistry registerInternalModule:constantsBinding]; 63 [moduleRegistry registerExportedModule:scopedFacebook]; 78 [moduleRegistry registerExportedModule:fileSystemModule]; 79 [moduleRegistry registerInternalModule:fileSystemModule]; 84 [moduleRegistry registerExportedModule:fontModule]; 116 [moduleRegistry registerExportedModule:segmentModule]; 121 [moduleRegistry registerInternalModule:branchModule]; 138 [moduleRegistry registerExportedModule:errorRecovery]; [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/ |
| H A D | ABI48_0_0EXScopedModuleRegistryAdapter.m | 45 ABI48_0_0EXModuleRegistry *moduleRegistry = [self.moduleRegistryProvider moduleRegistry]; 51 [moduleRegistry registerInternalModule:updatesBinding]; 56 [moduleRegistry registerInternalModule:constantsBinding]; 63 [moduleRegistry registerExportedModule:scopedFacebook]; 78 [moduleRegistry registerExportedModule:fileSystemModule]; 79 [moduleRegistry registerInternalModule:fileSystemModule]; 84 [moduleRegistry registerExportedModule:fontModule]; 116 [moduleRegistry registerExportedModule:segmentModule]; 121 [moduleRegistry registerInternalModule:branchModule]; 138 [moduleRegistry registerExportedModule:errorRecovery]; [all …]
|
| /expo/ios/Exponent/Versioned/Core/UniversalModules/ |
| H A D | EXScopedModuleRegistryAdapter.m | 45 EXModuleRegistry *moduleRegistry = [self.moduleRegistryProvider moduleRegistry]; 51 [moduleRegistry registerInternalModule:updatesBinding]; 56 [moduleRegistry registerInternalModule:constantsBinding]; 63 [moduleRegistry registerExportedModule:scopedFacebook]; 78 [moduleRegistry registerExportedModule:fileSystemModule]; 79 [moduleRegistry registerInternalModule:fileSystemModule]; 84 [moduleRegistry registerExportedModule:fontModule]; 116 [moduleRegistry registerExportedModule:segmentModule]; 121 [moduleRegistry registerInternalModule:branchModule]; 138 [moduleRegistry registerExportedModule:errorRecovery]; [all …]
|
| /expo/packages/expo-av/android/src/main/java/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 77 moduleRegistry.register(fromProvider: provider) in useModulesProvider() 165 moduleRegistry.post(event: .appEntersForeground) in handleClientAppNotification() 167 moduleRegistry.post(event: .appBecomesActive) in handleClientAppNotification() 169 moduleRegistry.post(event: .appEntersBackground) in handleClientAppNotification() 182 return moduleRegistry.compactMap { holder in in getViewManagers() 204 return moduleRegistry.getModuleNames() in getModuleNames() 232 moduleRegistry in modifyEventListenersCount() 248 moduleRegistry 268 for holder in moduleRegistry { in exportedFunctionNames() 281 return moduleRegistry in exportedModulesConstants() [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/ |
| H A D | ViewUtils.kt | 19 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in runWithVideoView() 21 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in runWithVideoView() 39 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 41 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 44 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 50 …private fun tryRunWithVideoViewOnUiThread(moduleRegistry: ModuleRegistry, viewTag: Int, callback: … in tryRunWithVideoViewOnUiThread() 52 …val videoWrapperView = moduleRegistry.getModule(UIManager::class.java).resolveView(viewTag) as Vid… in tryRunWithVideoViewOnUiThread() 69 …fun tryRunWithVideoView(moduleRegistry: ModuleRegistry, viewTag: Int, callback: VideoViewCallback,… in tryRunWithVideoView() 71 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView() 74 tryRunWithVideoViewOnUiThread(moduleRegistry, viewTag, callback, promise) in tryRunWithVideoView()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/ |
| H A D | DetachedModuleRegistryAdapter.kt | 29 val moduleRegistry = mModuleRegistryProvider[reactApplicationContext] in createNativeModules() constant 31 moduleRegistry.registerInternalModule( in createNativeModules() 40 moduleRegistry.registerInternalModule(UpdatesBinding(scopedContext, experienceProperties)) in createNativeModules() 45 moduleRegistry.registerInternalModule(internalModule) in createNativeModules() 49 moduleRegistry.registerInternalModule(ScopedUIManagerModuleWrapper(reactContext)) in createNativeModules() 55 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules() 58 configureModuleRegistry(moduleRegistry, reactApplicationContext) in createNativeModules() 59 return getNativeModulesFromModuleRegistry(reactApplicationContext, moduleRegistry, null) in createNativeModules() 63 moduleRegistry: ModuleRegistry, in configureModuleRegistry()
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ModuleEventListenersSpec.swift | 40 appContext.moduleRegistry.register(holder: holder) in spec() 42 appContext.moduleRegistry.unregister(moduleName: holder.name) in spec() 54 appContext.moduleRegistry.register(holder: holder) in spec() 67 appContext.moduleRegistry.register(holder: holder) in spec() 68 appContext.moduleRegistry.post(event: event) in spec() 79 appContext.moduleRegistry.register(holder: holder) in spec() 91 appContext.moduleRegistry.register(holder: holder) in spec() 103 appContext.moduleRegistry.register(holder: holder) in spec()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ModuleEventListenersSpec.swift | 40 appContext.moduleRegistry.register(holder: holder) in spec() 42 appContext.moduleRegistry.unregister(moduleName: holder.name) in spec() 54 appContext.moduleRegistry.register(holder: holder) in spec() 67 appContext.moduleRegistry.register(holder: holder) in spec() 68 appContext.moduleRegistry.post(event: event) in spec() 79 appContext.moduleRegistry.register(holder: holder) in spec() 91 appContext.moduleRegistry.register(holder: holder) in spec() 103 appContext.moduleRegistry.register(holder: holder) in spec()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 77 moduleRegistry.register(fromProvider: provider) in useModulesProvider() 174 moduleRegistry.post(event: .appEntersForeground) in handleClientAppNotification() 176 moduleRegistry.post(event: .appBecomesActive) in handleClientAppNotification() 178 moduleRegistry.post(event: .appEntersBackground) in handleClientAppNotification() 191 return moduleRegistry.compactMap { holder in in getViewManagers() 213 return moduleRegistry.getModuleNames() in getModuleNames() 241 moduleRegistry in modifyEventListenersCount() 257 moduleRegistry 277 for holder in moduleRegistry { in exportedFunctionNames() 290 return moduleRegistry in exportedModulesConstants() [all …]
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | MethodMetadata.cpp | 27 JSIInteropModuleRegistry *moduleRegistry, in createJavaCallbackFromJSIFunction() argument 109 JSIInteropModuleRegistry *moduleRegistry, in convertJSIArgsToJNI() argument 214 JSIInteropModuleRegistry *moduleRegistry in toJSFunction() argument 229 JSIInteropModuleRegistry *moduleRegistry in toSyncFunction() argument 235 [this, moduleRegistry]( in toSyncFunction() 244 moduleRegistry, in toSyncFunction() 300 JSIInteropModuleRegistry *moduleRegistry in toAsyncFunction() argument 306 [this, moduleRegistry]( in toAsyncFunction() 391 [this, globalArgs, moduleRegistry]( in createPromiseBody() 407 moduleRegistry in createPromiseBody() [all …]
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 93 moduleRegistry.register(fromProvider: provider) in useModulesProvider() 214 moduleRegistry.post(event: .appEntersForeground) in handleClientAppNotification() 216 moduleRegistry.post(event: .appBecomesActive) in handleClientAppNotification() 218 moduleRegistry.post(event: .appEntersBackground) in handleClientAppNotification() 231 return moduleRegistry.compactMap { holder in in getViewManagers() 253 return moduleRegistry.getModuleNames() in getModuleNames() 281 moduleRegistry in modifyEventListenersCount() 297 moduleRegistry 317 for holder in moduleRegistry { in exportedFunctionNames() 330 return moduleRegistry in exportedModulesConstants() [all …]
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/adapters/react/ |
| H A D | ModuleRegistryAdapter.java | 63 ModuleRegistry moduleRegistry = proxy.getModuleRegistry(); in createNativeModules() local 66 moduleRegistry.registerInternalModule(internalModule); in createNativeModules() 69 …tiveModule> nativeModules = getNativeModulesFromModuleRegistry(reactContext, moduleRegistry, null); in createNativeModules() 80 ModuleRegistry moduleRegistry, in getNativeModulesFromModuleRegistry() argument 84 …ativeModulesProxy nativeModulesProxy = getOrCreateNativeModulesProxy(reactContext, moduleRegistry); in getNativeModulesFromModuleRegistry() 91 nativeModulesList.add(new ModuleRegistryReadyNotifier(moduleRegistry)); in getNativeModulesFromModuleRegistry() 93 …ReactPackagesProvider reactPackagesProvider = moduleRegistry.getModule(ReactPackagesProvider.class… in getNativeModulesFromModuleRegistry() 122 @Nullable ModuleRegistry moduleRegistry in getOrCreateNativeModulesProxy() argument 128 …ModuleRegistry registry = moduleRegistry != null ? moduleRegistry : mModuleRegistryProvider.get(re… in getOrCreateNativeModulesProxy() 136 if (moduleRegistry != null && moduleRegistry != mModulesProxy.getModuleRegistry()) { in getOrCreateNativeModulesProxy()
|