[TIMOB-27315] Make shiftMode default to false for Android BottomTab Navigation
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Brenton House |
Assignee | Unknown |
Created | 2019-08-07T13:12:55.000+0000 |
Updated | 2019-08-07T14:26:16.000+0000 |
Description
Android does this weird, funky thing where it zooms in and removes your labels for BottomTab Navigation now because "shiftMode" defaults to true.
I know it would be a breaking change but it would be great if it defaulted to "false" so that the default Android BottomTab Navigation looked normal. :)
In native Android the shiftMode is
true
by default, thus after the refactoring I left it like it is now. We can change that in 8.3.0 I think.