You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TouchableHighlight: Update API and Snack to functional componen… (#1591)
* Update TouchableHighlight example and API
* Update touchablehighlight.md
- Prettifying code.
- Tweaking example to include toggler.
* Update touchablehighlight.md
Example didn't work for a stray `this`!
Co-authored-by: Rachel Nabors <rachelnabors@users.noreply.github.com>
@@ -171,18 +225,6 @@ _(Apple TV only)_ TV preferred focus (see documentation for the View component).
171
225
172
226
---
173
227
174
-
### `tvParallaxProperties`
175
-
176
-
_(Apple TV only)_ Object with properties to control Apple TV parallax effects.
177
-
178
-
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.
179
-
180
-
| Type | Required | Platform |
181
-
| ------ | -------- | -------- |
182
-
| object | No | iOS |
183
-
184
-
---
185
-
186
228
### `nextFocusDown`
187
229
188
230
TV next focus down (see documentation for the View component).
0 commit comments