|
@@ -30,8 +30,8 @@ Navigation.events().registerComponentDidAppearListener((componentId, componentNa
|
30
|
30
|
```
|
31
|
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
|
36
|
## componentDidDisappear
|
37
|
37
|
Called each time this component disappears from screen (detached from the view heirarchy)
|
|
@@ -53,8 +53,8 @@ Navigation.events().registerComponentDidDisappearListener((componentId, componen
|
53
|
53
|
```
|
54
|
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
|
59
|
## registerCommandListener
|
60
|
60
|
The `commandListener` is called whenever a *Navigation command* (i.e push, pop, showModal etc) is invoked.
|