How to display Icon and text
See original GitHub issueI want to display a Icon on the Left and a Text on the Right But it always look false Like the Text is not on the same level as as the icon.
I Use:
<Text>
<Icon ios='ios-mail-outline' android='ios-mail-outline'/>
<Text> {this.store.user.email}</Text>
</Text>
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Tips for Aligning Icons to Text - CSS-Tricks
Tip 1: Decide on an icon format and stick to it · Tip 2: Use similarly sized icons · Tip 3: Match your...
Read more >Display icons and text on the same line - css - Stack Overflow
I'm trying to get the text (Home, About Us, Cheese) etc to display to the right of the social media icons, so that...
Read more >How to Vertically Align the Text with a Large Font Awesome Icon
In this snippet, we'll show how you can align the text next to a large Font Awesome icon. For that, use the CSS...
Read more >How to display icon next to show/hide text on button?
Here in this article, you will learn how to add icons with the show/hide text button and also you can use that icon...
Read more >Icons Tutorial - W3Schools
To use the Free Font Awesome 5 icons, go to fontawesome.com and sign in to get a code to use in your web...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FWIW, I tried using a flexbox referring to Layout with Flexbox.
android:
ios:
@akhil-geekyants With ListItem I got this Line