import type { NavigationContainerRef, ParamListBase, } from '@react-navigation/core'; export function useBackButton( _: React.RefObject | null> ) { // No-op // BackHandler is not available on web }