# NativeEventsReceiver

## registerAppLaunchedListener

`registerAppLaunchedListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L10)

---

## registerComponentDidAppearListener

`registerComponentDidAppearListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L14)

---

## registerComponentDidDisappearListener

`registerComponentDidDisappearListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L18)

---

## registerCommandCompletedListener

`registerCommandCompletedListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L22)

---

## registerNativeEventListener

`registerNativeEventListener(callback: function): EventSubscription`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L26)

---


