react-native-tabs
react-native-tabs copied to clipboard
Any way to use base64 icons with text at bottom instead of only text in the Tab bar?
Like in TabBarIOS is there a way to use icons with text at the bottom?
Sure, just implement your 'Icon' class and pass it to tabs.
icon and text
<Icon name="ios-person-outline" /> <Text name="ios-person-outline">Contact</Text>
I hope this works. Aligning them would be a pain.