# EventsRegistry

## registerAppLaunchedListener

`registerAppLaunchedListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L8)

---

## registerComponentDidAppearListener

`registerComponentDidAppearListener(callback: function): EventSubscription`

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

---

## registerComponentDidDisappearListener

`registerComponentDidDisappearListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L16)

---

## registerCommandListener

`registerCommandListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L20)

---

## registerCommandCompletedListener

`registerCommandCompletedListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L24)

---

## registerNativeEventListener

`registerNativeEventListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L28)

---


