I see there's a way to theme (customize) NativeBase components for React Native: http://nativebase.io/docs/v0.5.0/customize
But I would like to customize an attribute of a particular component that is not part of the provided theme attributes. How would I customize the font size of the tab label for the Tabs component?