diff --git a/docs/next/touchablehighlight.html b/docs/next/touchablehighlight.html index eed52386aea..9e82c64127b 100644 --- a/docs/next/touchablehighlight.html +++ b/docs/next/touchablehighlight.html @@ -166,7 +166,7 @@ AppRegistry.registerComponent('App', () => A

tvParallaxProperties

(Apple TV only) Object with properties to control Apple TV parallax effects.

-

enabled: If true, parallax effects are enabled. Defaults to true. shiftDistanceX: Defaults to 2.0. shiftDistanceY: Defaults to 2.0. tiltAngle: Defaults to 0.05. magnification: Defaults to 1.0.

+

enabled: If true, parallax effects are enabled. Defaults to true. shiftDistanceX: Defaults to 2.0. shiftDistanceY: Defaults to 2.0. tiltAngle: Defaults to 0.05. magnification: Defaults to 1.0. pressMagnification: Defaults to 1.0. pressDuration: Defaults to 0.3. pressDelay: Defaults to 0.0.

diff --git a/docs/next/touchableopacity.html b/docs/next/touchableopacity.html index 98a5d2fb1cb..60ddf86eb43 100644 --- a/docs/next/touchableopacity.html +++ b/docs/next/touchableopacity.html @@ -110,13 +110,14 @@ AppRegistry.registerComponent('App', () => A
TypeRequiredPlatform

tvParallaxProperties

-

Apple TV parallax effects

+

(Apple TV only) Object with properties to control Apple TV parallax effects.

+

enabled: If true, parallax effects are enabled. Defaults to true. shiftDistanceX: Defaults to 2.0. shiftDistanceY: Defaults to 2.0. tiltAngle: Defaults to 0.05. magnification: Defaults to 1.0. pressMagnification: Defaults to 1.0. pressDuration: Defaults to 0.3. pressDelay: Defaults to 0.0.

- + - +
TypeRequired
TypeRequiredPlatform
objectNo
objectNoiOS