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.

Uppercase text in Button

See original GitHub issue

I have a button with face book icon <Button iconLeft block > <Icon name='logo-facebook' /> <Text>Login with facebook</Text> </Button> with text “Login with facebook” But it displays “LOGIN WITH FACEBOOK” .I am tried with capitalize={false} but no hope.Is there any way? NB version:2.2.1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13

github_iconTop GitHub Comments

41reactions
stefano-DMcommented, Jul 12, 2017

did you try uppercase={false} instead of capitalize? -or- try adding uppercase={false} to <Text>

5reactions
Shahzaibmalik55commented, Nov 19, 2018

just Import Text from Native Base in your App.js import { Text } from ‘native-base’;

in your constructor constructor(props) { Text.defaultProps.uppercase = false; }

instead of giving props to every Text it will set uppercase = false to all text

Read more comments on GitHub >

github_iconTop Results From Across the Web

is there any way to change the caption of buttons from capital ...
when I use the button, its caption is always shown in capital letters. I tried to change it but failed to do so....
Read more >
Should text in button be capitalized in English? [duplicate]
Yes, capitalizing the Initials for every new word for the button's text makes it more legitimate to click and improves the harmony of...
Read more >
Set text-transform: uppercase for button - HTML / CSS
Set text-transform: uppercase for button : button « Form « HTML / CSS.
Read more >
Button Text not to be uppercase - Material Design for Bootstrap
Hi,. Is there a way to turn off Uppercase on mdbBtn button text? Regards. Add comment. Bartosz ...
Read more >
how to change default button font weight and not all ... - GitHub
config.js to set the default font weight and to remove the all uppercase text?
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