Skip to content

Commit d6aa807

Browse files
authored
Update template/android/app/src/main/jni/MainComponentsRegistry.cpp
1 parent 2663744 commit d6aa807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/android/app/src/main/jni/MainComponentsRegistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ std::shared_ptr<ComponentDescriptorProviderRegistry const>
1515
MainComponentsRegistry::sharedProviderRegistry() {
1616
auto providerRegistry = CoreComponentsRegistry::sharedProviderRegistry();
1717

18-
// Providers registered automatically by RN CLI
18+
// Autolinked providers registered by RN CLI
1919
rncli_registerProviders(providerRegistry);
2020

2121
// Custom Fabric Components go here. You can register custom

0 commit comments

Comments
 (0)