Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/rn-tester/android/app/src/main/jni/OnLoad.cpp
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,7 +14,6 @@
#include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
#include <react/renderer/components/AppSpecs/ComponentDescriptors.h>
#include <react/renderer/components/legacyviewmanagerinterop/UnstableLegacyViewManagerInteropComponentDescriptor.h>
#include <rncore.h>

namespace facebook {
namespace react {
Expand DownExpand Up@@ -50,7 +49,7 @@ std::shared_ptr<TurboModule> javaModuleProvider(
if (module != nullptr) {
return module;
};
return rncore_ModuleProvider(name, params);
return nullptr;
}

} // namespace react
Expand Down