react-native-tabs icon indicating copy to clipboard operation
react-native-tabs copied to clipboard

Any way to use base64 icons with text at bottom instead of only text in the Tab bar?

Open rohitgoyal opened this issue 8 years ago • 3 comments

Like in TabBarIOS is there a way to use icons with text at the bottom?

rohitgoyal avatar Apr 11 '16 12:04 rohitgoyal

Sure, just implement your 'Icon' class and pass it to tabs.

aksonov avatar Apr 11 '16 12:04 aksonov

icon and text

b1ngx avatar May 18 '16 10:05 b1ngx

<Icon name="ios-person-outline" /> <Text name="ios-person-outline">Contact</Text>

I hope this works. Aligning them would be a pain.

bucketclan avatar Jul 26 '16 06:07 bucketclan