question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to display Icon and text

See original GitHub issue

I 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. bildschirmfoto 2017-11-21 um 23 46 52

I Use:

<Text>
  <Icon ios='ios-mail-outline' android='ios-mail-outline'/>
  <Text> {this.store.user.email}</Text>
</Text>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

21reactions
horiuchiecommented, Nov 22, 2017

FWIW, I tried using a flexbox referring to Layout with Flexbox.

<View style={{ flex: 1, flexDirection: 'row', alignItems: 'center' }}>
  <Icon ios='ios-mail-outline' android='ios-mail-outline'/>
  <Text>TTTTTT@TTT.com</Text>
</View>

android: android

ios: ios

2reactions
TimoPurznercommented, Nov 22, 2017

@akhil-geekyants With ListItem I got this Line

bildschirmfoto 2017-11-22 um 11 14 05
<ListItem icon> 
  <Left>
    <Icon name="plane" />
  </Left>
  <Body>
    <Text>Airplane Mode</Text>
  </Body>
  <Right/>
</ListItem>
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found