# ComponentEventsObserver ## registerOnceForAllComponentEvents `registerOnceForAllComponentEvents(): void` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/ComponentEventsObserver.ts#L25) --- ## bindComponent `bindComponent(component: Component): EventSubscription` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/ComponentEventsObserver.ts#L35) --- ## notifyComponentDidAppear `notifyComponentDidAppear(event: ComponentDidAppearEvent): void` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/ComponentEventsObserver.ts#L46) --- ## notifyComponentDidDisappear `notifyComponentDidDisappear(event: ComponentDidDisappearEvent): void` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/ComponentEventsObserver.ts#L50) --- ## notifyNavigationButtonPressed `notifyNavigationButtonPressed(event: NavigationButtonPressedEvent): void` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/ComponentEventsObserver.ts#L54) --- ## notifySearchBarUpdated `notifySearchBarUpdated(event: SearchBarUpdatedEvent): void` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/ComponentEventsObserver.ts#L58) --- ## notifySearchBarCancelPressed `notifySearchBarCancelPressed(event: SearchBarCancelPressedEvent): void` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/events/ComponentEventsObserver.ts#L62) ---