diff --git a/releases/next/docs/text.html b/releases/next/docs/text.html index 15647cdc46b..515524ca4bb 100644 --- a/releases/next/docs/text.html +++ b/releases/next/docs/text.html @@ -36,11 +36,7 @@ default, a gray oval highlights the text on press down.
/Text> </Text>Behind the scenes, React Native converts this to a flat NSAttributedString or SpannableString that contains the following information:
On iOS, you can nest views within your Text component. Here's an example:
In order to use this feature, you must give the view a width and a height.
The <Text> element is special relative to layout: everything inside is no longer using the flexbox layout but using text layout. This means that elements inside of a <Text> are no longer rectangles, but wrap when they see the end of the line.
The <Text> element is special relative to layout: everything inside is no longer using the flexbox layout but using text layout. This means that elements inside of a <Text> are no longer rectangles, but wrap when they see the end of the line.