Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Support nested text #198

Closed
tbergquist-godaddy opened this issue Jan 22, 2019 · 0 comments
Closed

Support nested text #198

tbergquist-godaddy opened this issue Jan 22, 2019 · 0 comments

Comments

@tbergquist-godaddy
Copy link
Contributor

Now when doing this:

<Text style={{ color: 'blue', fontSize: 22 }}>
    Test
	<Text style={{ color: 'red' }}>Nested test</Text>
</Text>

I see

screenshot 2019-01-22 at 11 10 59

But I expected

screenshot 2019-01-22 at 11 12 21

RobinCsl added a commit that referenced this issue Jan 22, 2019
Summary: To extend React Native's Text component, we should allow styles to cascade. This behaviour was prevented because default values ewere set for the size, the weight and the type.

Closes #198
RobinCsl added a commit that referenced this issue Jan 22, 2019
Summary: To extend React Native's Text component, we should allow styles to cascade. This behaviour was prevented because default values ewere set for the size, the weight and the type.

Closes #198
RobinCsl added a commit that referenced this issue Jan 22, 2019
Summary: To extend React Native's Text component, we should allow styles to cascade. This behaviour was prevented because default values ewere set for the size, the weight and the type.

Closes #198
RobinCsl added a commit that referenced this issue Jan 23, 2019
Summary: To extend React Native's Text component, we should allow styles to cascade. This behaviour was prevented because default values ewere set for the size, the weight and the type.

Closes #198
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant