Small typo s/they/the/
Summary: Closes https://github.com/facebook/react-native/pull/8813 Differential Revision: D3572677 Pulled By: sdwilsh fbshipit-source-id: a2b2b38e64b9575a8b4bcaeb941a34470fc6f1e1
This commit is contained in:
parent
edb9fce9c3
commit
f067811cd2
|
@ -46,7 +46,7 @@ AppRegistry.registerComponent('LotsOfStyles', () => LotsOfStyles);
|
|||
```
|
||||
|
||||
One common pattern is to make your component accept a `style` prop which in
|
||||
turn is used to style subcomponents. You can use this to make styles "cascade" they way they do in CSS.
|
||||
turn is used to style subcomponents. You can use this to make styles "cascade" the way they do in CSS.
|
||||
|
||||
There are a lot more ways to customize text style. Check out the [Text component reference](/react-native/docs/text.html) for a complete list.
|
||||
|
||||
|
|
Loading…
Reference in New Issue