Headerbackbutton React-Navigation, kein Export-Mitglied der Navigation
//in The the latest react-navigation package 6X they move all the element to new package
yarn add @react-navigation/elements
import { HeaderBackButton } from '@react-navigation/elements';
Singh99