# EventsRegistry ## registerAppLaunchedListener `registerAppLaunchedListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L17) --- ## registerComponentDidAppearListener `registerComponentDidAppearListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L21) --- ## registerComponentDidDisappearListener `registerComponentDidDisappearListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L25) --- ## registerCommandCompletedListener `registerCommandCompletedListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L29) --- ## registerBottomTabSelectedListener `registerBottomTabSelectedListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L33) --- ## registerNavigationButtonPressedListener `registerNavigationButtonPressedListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L37) --- ## registerSearchBarUpdatedListener `registerSearchBarUpdatedListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L41) --- ## registerSearchBarCancelPressedListener `registerSearchBarCancelPressedListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L45) --- ## registerCommandListener `registerCommandListener(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L49) --- ## bindComponent `bindComponent(component: Component): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L53) ---