I have noticed the CustomNavBar example in the readme has not been updated for v5 yet.
I have updated it to work with the current version, but am not entirely sure if I have managed to faithfully adapt properties to the new schema, especially DecoratedNavBar.opacity = navBarConfig.selectedItem.opacity which I have simply left out.
I have noticed the
CustomNavBar
example in the readme has not been updated for v5 yet.I have updated it to work with the current version, but am not entirely sure if I have managed to faithfully adapt properties to the new schema, especially
DecoratedNavBar.opacity = navBarConfig.selectedItem.opacity
which I have simply left out.