disabledButtonColor not working
@windydang26 use disabledColor
@yogevbd iconInsets is pretty much a workaround to TabBar items not being centered when when tab items have no title. If we can center the icon in this case, then there's no need to bother with iconInsets
@guyca Added overrideBackPress
Instead of overrideBackPress users should use BackHandler
How is "navBarTopPadding" implemented in V2? Currently the following causes the statusbar and topbar to overlap:
statusBar: {
drawBehind: true,
}
@seahorsepip This is indeed undocumented 馃槩
```js
layout: {
topMargin: Navigation.constants().statusBarHeight
}
@guyca
The content that is to be supposed below the statusbar(everything besides topbar) is also pushed down with that code. Also (haven't tested it yet) the side drawers are probably pushed down too :/
AlsotopBar: { elevation: 0} still shows a thin shadow. I guess this was navBarNoBorder: false in V1 and later topBarElevationShadowEnabled: false but now deprecated.
These two things, are the only problems I can't seem to work around. I already managed to work around Linking events that didn't work on Android.
Thanks for the quick reply.
@seahorsepip Please open separate issues and I'll get to them asap. We're a bit overwhelmed with issues ATM as we just migrated the Wix app to v2, so it might take me a while to address these. Thanks for the understanding.
@guyca
I'll open another issue and try to make a fix and create a PR.
Most helpful comment
@guyca
The content that is to be supposed below the statusbar(everything besides topbar) is also pushed down with that code. Also (haven't tested it yet) the side drawers are probably pushed down too :/
Also
topBar: { elevation: 0}still shows a thin shadow. I guess this wasnavBarNoBorder: falsein V1 and latertopBarElevationShadowEnabled: falsebut now deprecated.These two things, are the only problems I can't seem to work around. I already managed to work around Linking events that didn't work on Android.
Thanks for the quick reply.