react-navigation headerbackbutton tidak mengekspor anggota navigasi

//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