# EventsRegistry ## onAppLaunched `onAppLaunched(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L11) --- ## componentDidAppear `componentDidAppear(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L15) --- ## componentDidDisappear `componentDidDisappear(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L19) --- ## onNavigationButtonPressed `onNavigationButtonPressed(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L23) --- ## onNavigationCommand `onNavigationCommand(callback: function): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/EventsRegistry.ts#L27) ---