Fixed wrong description of output text in Tutorial-CoreComponents.md
Summary: Closes https://github.com/facebook/react-native/pull/8052 Differential Revision: D3444425 Pulled By: JoelMarcey fbshipit-source-id: 5a748e40829084cdf0c5fbd94c41b00d01919878
This commit is contained in:
parent
192f6ddf82
commit
c94e939919
|
@ -15,7 +15,7 @@ React Native has a number of core components that are commonly used in applicati
|
||||||
|
|
||||||
The most basic component in React Native is the [`Text`](/react-native/docs/text.html#content) component. The `Text` component simply renders text.
|
The most basic component in React Native is the [`Text`](/react-native/docs/text.html#content) component. The `Text` component simply renders text.
|
||||||
|
|
||||||
This example displays the `string` `"Hello"` on the device.
|
This example displays the `string` `"Hello World!"` on the device.
|
||||||
|
|
||||||
```JavaScript
|
```JavaScript
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
Loading…
Reference in New Issue