瀏覽代碼

Fix markdown syntax in events.md

Guy Carmeli 7 年之前
父節點
當前提交
7fca939187
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      docs/docs/events.md

+ 4
- 4
docs/docs/events.md 查看文件

30
 ```
30
 ```
31
 |       Parameter         | Description |
31
 |       Parameter         | Description |
32
 |:--------------------:|:-----|
32
 |:--------------------:|:-----|
33
-**componentId**| Id of the appearing component|
34
-**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
33
+|**componentId**| Id of the appearing component|
34
+|**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
35
 
35
 
36
 ## componentDidDisappear
36
 ## componentDidDisappear
37
 Called each time this component disappears from screen (detached from the view heirarchy)
37
 Called each time this component disappears from screen (detached from the view heirarchy)
53
 ```
53
 ```
54
 |       Parameter         | Description |
54
 |       Parameter         | Description |
55
 |:--------------------:|:-----|
55
 |:--------------------:|:-----|
56
-**componentId**| Id of the disappearing component|
57
-**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
56
+|**componentId**| Id of the disappearing component|
57
+|**componentName**|Registered name used when registering the component with `Navigation.registerComponent()`|
58
 
58
 
59
 ## registerCommandListener
59
 ## registerCommandListener
60
 The `commandListener` is called whenever a *Navigation command* (i.e push, pop, showModal etc) is invoked.
60
 The `commandListener` is called whenever a *Navigation command* (i.e push, pop, showModal etc) is invoked.