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