# ComponentRegistry

## registerComponent

`registerComponent(componentName: string, getComponentClassFunc: ComponentProvider): React.ComponentType<any>`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/ComponentRegistry.ts#L12)

---