Daniel Zlotin 6 年 前
コミット
b520a90c7d
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      docs/api/ComponentRegistry.md

+ 2
- 2
docs/api/ComponentRegistry.md ファイルの表示

@@ -2,9 +2,9 @@
2 2
 
3 3
 ## registerComponent
4 4
 
5
-`registerComponent(componentName: string, getComponentClassFunc: ComponentProvider): React.ComponentType<any>`
5
+`registerComponent(componentName: string, getComponentClassFunc: ComponentProvider): void`
6 6
 
7
-[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/ComponentRegistry.ts#L12)
7
+[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/ComponentRegistry.ts#L11)
8 8
 
9 9
 ---
10 10