|  | 
 |  | 
 | 
												
													
														| 60 |      bottomTabBadgeTextColor: 'red', // Optional, change badge text color. Android only
 | 60 |      bottomTabBadgeTextColor: 'red', // Optional, change badge text color. Android only
 | 
												
													
														| 61 |      bottomTabBadgeBackgroundColor: 'green', // Optional, change badge background color. Android only
 | 61 |      bottomTabBadgeBackgroundColor: 'green', // Optional, change badge background color. Android only
 | 
												
													
														| 62 |      backButtonImage: require('./pathToImage.png') // Change the back button default arrow image with provided image. iOS only
 | 62 |      backButtonImage: require('./pathToImage.png') // Change the back button default arrow image with provided image. iOS only
 | 
												
													
														|  | 
 | 63 | +    hideBackButtonTitle: true/false // Hide back button title. Default is false. If `backButtonTitle` provided so it will take into account and the `backButtonTitle` value will show. iOS only
 | 
												
													
														| 63 |    },
 | 64 |    },
 | 
												
													
														| 64 |    drawer: { // optional, add this if you want a side menu drawer in your app
 | 65 |    drawer: { // optional, add this if you want a side menu drawer in your app
 | 
												
													
														| 65 |      left: { // optional, define if you want a drawer from the left
 | 66 |      left: { // optional, define if you want a drawer from the left
 |