From 4773e220fb3e09aef09027d97ee05eb4f43f257b Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 23 Jul 2020 14:05:22 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3af88956b319fc8eb216318f75c0a5ee4619c182 --- docs/0.60/text.html | 32 +--- docs/0.60/text/index.html | 32 +--- docs/0.61/text.html | 32 +--- docs/0.61/text/index.html | 32 +--- docs/0.62/text.html | 32 +--- docs/0.62/text/index.html | 32 +--- docs/next/text-style-props.html | 225 +++++++++++++------------- docs/next/text-style-props/index.html | 225 +++++++++++++------------- docs/next/text.html | 32 +--- docs/next/text/index.html | 32 +--- docs/text.html | 32 +--- docs/text/index.html | 32 +--- 12 files changed, 236 insertions(+), 534 deletions(-) diff --git a/docs/0.60/text.html b/docs/0.60/text.html index 87f83ab617c..901d36a227b 100644 --- a/docs/0.60/text.html +++ b/docs/0.60/text.html @@ -613,39 +613,9 @@ TypeRequired -styleNo +Text Style Props, View Style PropsNo - -

suppressHighlighting

When true, no visual change is made when text is pressed down. By default, a gray oval highlights the text on press down.

diff --git a/docs/0.60/text/index.html b/docs/0.60/text/index.html index 87f83ab617c..901d36a227b 100644 --- a/docs/0.60/text/index.html +++ b/docs/0.60/text/index.html @@ -613,39 +613,9 @@ TypeRequired -styleNo +Text Style Props, View Style PropsNo - -

suppressHighlighting

When true, no visual change is made when text is pressed down. By default, a gray oval highlights the text on press down.

diff --git a/docs/0.61/text.html b/docs/0.61/text.html index 95bc49cd5fb..48313aa77b8 100644 --- a/docs/0.61/text.html +++ b/docs/0.61/text.html @@ -613,39 +613,9 @@ TypeRequired -styleNo +Text Style Props, View Style PropsNo - -

suppressHighlighting

When true, no visual change is made when text is pressed down. By default, a gray oval highlights the text on press down.

diff --git a/docs/0.61/text/index.html b/docs/0.61/text/index.html index 95bc49cd5fb..48313aa77b8 100644 --- a/docs/0.61/text/index.html +++ b/docs/0.61/text/index.html @@ -613,39 +613,9 @@ TypeRequired -styleNo +Text Style Props, View Style PropsNo - -

suppressHighlighting

When true, no visual change is made when text is pressed down. By default, a gray oval highlights the text on press down.

diff --git a/docs/0.62/text.html b/docs/0.62/text.html index 4977b02cf96..c4f89f841a5 100644 --- a/docs/0.62/text.html +++ b/docs/0.62/text.html @@ -689,39 +689,9 @@ TypeRequired -styleNo +Text Style Props, View Style PropsNo - -

suppressHighlighting

When true, no visual change is made when text is pressed down. By default, a gray oval highlights the text on press down.

diff --git a/docs/0.62/text/index.html b/docs/0.62/text/index.html index 4977b02cf96..c4f89f841a5 100644 --- a/docs/0.62/text/index.html +++ b/docs/0.62/text/index.html @@ -689,39 +689,9 @@ TypeRequired -styleNo +Text Style Props, View Style PropsNo - -

suppressHighlighting

When true, no visual change is made when text is pressed down. By default, a gray oval highlights the text on press down.

diff --git a/docs/next/text-style-props.html b/docs/next/text-style-props.html index e00819f5344..56b820da73d 100644 --- a/docs/next/text-style-props.html +++ b/docs/next/text-style-props.html @@ -426,199 +426,200 @@ export default App; " >

Reference

Props

-

textShadowOffset

- - - - - - - -
TypeRequired
object: {width: number,height: number}No
-

color

- + - - -
TypeRequired
Type
colorNo
-
-

fontSize

- - - - - - - -
TypeRequired
numberNo
-
-

fontStyle

- - - - - - - -
TypeRequired
enum('normal', 'italic')No
-
-

fontWeight

-

Specifies font weight. The values 'normal' and 'bold' are supported for most fonts. Not all fonts have a variant for each of the numeric values, in that case the closest one is chosen.

- - - - - - - -
TypeRequired
enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900')No
-
-

lineHeight

- - - - - - - -
TypeRequired
numberNo
-
-

textAlign

-

Specifies text alignment. The value 'justify' is only supported on iOS and fallbacks to left on Android.

- - - - - - - -
TypeRequired
enum('auto', 'left', 'right', 'center', 'justify')No
-
-

textDecorationLine

- - - - - - - -
TypeRequired
enum('none', 'underline', 'line-through', 'underline line-through')No
-
-

textShadowColor

- - - - - - +
TypeRequired
colorNo
color

fontFamily

- + - +
TypeRequired
Type
stringNo
string

-

textShadowRadius

+

fontSize

- + - +
TypeRequired
Type
numberNo
number

-

includeFontPadding

-

Set to false to remove extra font padding intended to make space for certain ascenders / descenders. With some fonts, this padding can make text look slightly misaligned when centered vertically. For best results also set textAlignVertical to center. Default is true.

+

fontStyle

- + - +
TypeRequiredPlatform
Type
boolNoAndroid
enum('normal', 'italic')

-

textAlignVertical

+

fontWeight

+

Specifies font weight. The values 'normal' and 'bold' are supported for most fonts. Not all fonts have a variant for each of the numeric values, in that case the closest one is chosen.

- + - + + +
TypeRequiredPlatform
TypeDefault
enum('auto', 'top', 'bottom', 'center')NoAndroid
enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900')'normal'
+
+

includeFontPadding
Android

+

Set to false to remove extra font padding intended to make space for certain ascenders / descenders. With some fonts, this padding can make text look slightly misaligned when centered vertically. For best results also set textAlignVertical to center.

+ + + + + +
TypeDefault
booltrue

fontVariant

- + - +
TypeRequiredPlatform
TypeDefault
array of enum('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums')NoiOS, Android >= 5.0
array of enum('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums')[]

letterSpacing

+

Increase or decrease the spacing between characters. By default there is no extra letter spacing.

- + - +
TypeRequiredPlatform
Type
numberNoiOS, Android >= 5.0
number

-

textDecorationColor

+

lineHeight

- + - +
TypeRequiredPlatform
Type
colorNoiOS
number

-

textDecorationStyle

+

textAlign

+

Specifies text alignment. On Android, the value 'justify' is only supported on Oreo (8.0) or above (API level >= 26). The value will fallback to left on lower Android versions.

- + - + + +
TypeRequiredPlatform
TypeDefault
enum('solid', 'double', 'dotted', 'dashed')NoiOS
enum('auto', 'left', 'right', 'center', 'justify')'auto'
+
+

textAlignVertical
Android

+ + + + + + + +
TypeDefault
enum('auto', 'top', 'bottom', 'center')'auto'
+
+

textDecorationColor
iOS

+ + + + + + + +
Type
color
+
+

textDecorationLine

+ + + + + + + +
TypeDefault
enum('none', 'underline', 'line-through', 'underline line-through')'none'
+
+

textDecorationStyle
iOS

+ + + + + + + +
TypeDefault
enum('solid', 'double', 'dotted', 'dashed')'solid'
+
+

textShadowColor

+ + + + + + + +
Type
color
+
+

textShadowOffset

+ + + + + + + +
Type
object: { width?: number, height?: number }
+
+

textShadowRadius

+ + + + + +
Type
number

textTransform

- + - +
TypeRequired
TypeDefault
enum('none', 'uppercase', 'lowercase', 'capitalize')No
enum('none', 'uppercase', 'lowercase', 'capitalize')'none'

-

writingDirection

+

writingDirection
iOS

- + - +
TypeRequiredPlatform
TypeDefault
enum('auto', 'ltr', 'rtl')NoiOS
enum('auto', 'ltr', 'rtl')'auto'
-
Shadow PropsView Style Props