Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 25.2k
Fix textTransform when used with other text styles on Android#22670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
c70df42ca640db9180e1422fdcf2File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -600,6 +600,18 @@ class TextExample extends React.Component<{}> { | ||
| '.aa\tbb\t\tcc dd EE \r\nZZ I like to eat apples. \n中文éé 我喜欢吃苹果。awdawd ' | ||
| } | ||
| </Text> | ||
| <Text | ||
| style={{ | ||
janicduplessis marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. janicduplessis marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. react-native/no-inline-styles: Inline style: { textTransform: 'uppercase', | ||
| textTransform: 'uppercase', | ||
| fontSize: 16, | ||
| color: 'turquoise', | ||
| backgroundColor: 'blue', | ||
| lineHeight: 32, | ||
| letterSpacing: 2, | ||
| alignSelf: 'flex-start', | ||
| }}> | ||
| Works with other text styles | ||
| </Text> | ||
| </RNTesterBlock> | ||
| </RNTesterPage> | ||
| ); | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.