|
@@ -60,6 +60,7 @@ Navigation.startTabBasedApp({
|
60
|
60
|
bottomTabBadgeTextColor: 'red', // Optional, change badge text color. Android only
|
61
|
61
|
bottomTabBadgeBackgroundColor: 'green', // Optional, change badge background color. Android only
|
62
|
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
|
65
|
drawer: { // optional, add this if you want a side menu drawer in your app
|
65
|
66
|
left: { // optional, define if you want a drawer from the left
|