diff --git a/releases/next/docs/building-for-apple-tv.html b/releases/next/docs/building-for-apple-tv.html index 6956bc173e2..4e389b892b6 100644 --- a/releases/next/docs/building-for-apple-tv.html +++ b/releases/next/docs/building-for-apple-tv.html @@ -38,7 +38,7 @@ componentWillUnmount() { this._disableTVEventHandler(); - }
TV remote animations: RCTTVView native code implements Apple-recommended parallax animations to help guide the eye as the user navigates through views. The animations can be disabled or adjusted with new optional view properties.
Back navigation with the TV remote menu button: The BackHandler component, originally written to support the Android back button, now also supports back navigation on the Apple TV using the menu button on the TV remote.
Known issues:
removeClippedSubviews to false in ListView and similar components. For more discussion of this issue, see this PR.Improve this page by sending a pull request!