|
@@ -57,8 +57,8 @@ Navigation.startTabBasedApp({
|
57
|
57
|
},
|
58
|
58
|
appStyle: {
|
59
|
59
|
orientation: 'portrait', // Sets a specific orientation to the entire app. Default: 'auto'. Supported values: 'auto', 'landscape', 'portrait'
|
60
|
|
- bottomTabBadgeTextColor: 'red', // Optional, change badge text color. Android onlly
|
61
|
|
- bottomTabBadgeBackgroundColor: 'green' // Optional, change badge background color. Android onlly
|
|
60
|
+ bottomTabBadgeTextColor: 'red', // Optional, change badge text color. Android only
|
|
61
|
+ bottomTabBadgeBackgroundColor: 'green' // Optional, change badge background color. Android only
|
62
|
62
|
},
|
63
|
63
|
drawer: { // optional, add this if you want a side menu drawer in your app
|
64
|
64
|
left: { // optional, define if you want a drawer from the left
|