I'd like to bring back the activeLabelStyle to have more granular styling options on the text label inside the
DrawerContent
. Right now, the
DrawerContent
only has customization options for the background color and the font color (pretty arbitrary) and it would be nice to modify other things as well in there.
If I'd like to do this in the current structure, it would require cloning all the code of the
DrawerContentItemList
to be able to add a fontWeight on an active listItem, and this is pretty error-prone.
Thanks!