We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2663744 commit d6aa807Copy full SHA for d6aa807
template/android/app/src/main/jni/MainComponentsRegistry.cpp
@@ -15,7 +15,7 @@ std::shared_ptr<ComponentDescriptorProviderRegistry const>
15
MainComponentsRegistry::sharedProviderRegistry() {
16
auto providerRegistry = CoreComponentsRegistry::sharedProviderRegistry();
17
18
- // Providers registered automatically by RN CLI
+ // Autolinked providers registered by RN CLI
19
rncli_registerProviders(providerRegistry);
20
21
// Custom Fabric Components go here. You can register custom
0 commit comments