Closed damathryx closed 7 years ago
sorry, seems this is not a solution.
for reference, the correct way to do this is by passing in shifting={false}
(shifting=false
is wrong syntactically, and shifting="false"
is interpreted as a non-empty string, which is truthy. You could also do shifting=""
which is falsy...)
@MingweiSamuel You're right, the current BottomNavigation is full of sins. Will be fixed with #76
When I set shifting props to false it doesn’t take effect. The tabs are still shifting.