Two solutions offered here didnt work for me since labelStyle and renderLabel dont exist on TabBar or TabView, so after looking at the docs, I found that you can set the fontSize by:
commonOptions={{ labelStyle: {fontSize: 16, }}
on the TabView