Ex-Navigation TabNavigation font size?

Hi,

any advice how to change TabNavigation TabNavigationItem’s font size to smaller? Been trying to Google around for examples for that but no luck… Tabbar height and icon size are easy to adjust.

The is built from standard Expo template with footer navigation bar:

RootNavigation.js:

render() {
return (

<TabNavigationItem
id=“home”
title=…

Thanks!

Anyone else having same issues? Even quite short words are too long to footer bar…

Thanks!

The solution was actually all the time available, just didn’t notice it:

https://github.com/expo/rnplay/blob/f4d29c4578fb57347afd0d507a036dd232ec6fdb/navigation/TabNavigationLayout.js