# NativeEventsReceiver ## registerOnAppLaunched `registerOnAppLaunched(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L10) --- ## registerComponentDidAppear `registerComponentDidAppear(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L14) --- ## registerComponentDidDisappear `registerComponentDidDisappear(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L18) --- ## registerOnNavigationButtonPressed `registerOnNavigationButtonPressed(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L22) --- ## registerOnNavigationEvent `registerOnNavigationEvent(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/adapters/NativeEventsReceiver.ts#L26) ---