mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
* Add activeLabelStyle and inactiveLabelStyle Adding activeLabelStyle, so that active items can be customized more. My use case: Change font of the active item to bold. Also, added inactiveLabelStyle which can be used for a similar purpose. * prettier fix * Update react-navigation.js * prettier fix * Update jest snapshot for DrawerNavigator - for adding a new style property to the styles array