Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
}}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #To #Hide #Back #Button #In #Native #Navigation
ADD COMMENT
Topic
Name
1+8 =