How To Hide Back Button In React/React Native Navigation
In the options of your navigation stack screen:
Add: headerBackVisible:false; like this:
options={{
title: "Detail Pembayaran",
headerTitleStyle:{
fontWeight:'bold',
},
headerBackVisible:false
}}