After adding navigation getting unexpected white at top of the screen in android. I hidden topbar even though getting topspace
Please help to solve this issue
Thanks in advance
Use drawBehind: true in the top bar options
Thanks @hisothreed !
Example:
Navigation.setDefaultOptions({
topBar: {
visible: true,
drawBehind: true,
title: {
...props
},
....
});
Most helpful comment
Use drawBehind: true in the top bar options