From 7581648f6293800eaf89ca78f86f27358584d6b8 Mon Sep 17 00:00:00 2001 From: Sunny Luo Date: Wed, 5 Aug 2020 16:48:52 +0800 Subject: [PATCH] Update building-for-tv.md --- docs/building-for-tv.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/building-for-tv.md b/docs/building-for-tv.md index f42b4314f4c..a2337e7704b 100644 --- a/docs/building-for-tv.md +++ b/docs/building-for-tv.md @@ -149,20 +149,10 @@ class Game2048 extends React.Component { - _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. -- _TabBarIOS behavior_: The `TabBarIOS` component wraps the native `UITabBar` API, which works differently on Apple TV. To avoid jittery re-rendering of the tab bar in tvOS (see [this issue](https://github.com/facebook/react-native/issues/15081)), the selected tab bar item can only be set from Javascript on initial render, and is controlled after that by the user through native code. - - _Dev Menu support_: On the simulator, cmd-M will bring up the developer menu, similar to Android. To bring it up on a real Android TV device, press the menu button or long press the fast-forward button on the remote. (Please do not shake the Android TV device, that will not work :) ) - - -- _Known issues_: - - - [ListView scrolling](https://github.com/facebook/react-native/issues/12793). The issue can be worked around by setting `removeClippedSubviews` to false in ListView and similar components. For more discussion of this issue, see [this PR](https://github.com/facebook/react-native/pull/12944). - - - - _Known issues_: - - `InputText` components do not work for now (i.e. they cannot receive focus). + - `TextInput` components do not work for now (i.e. they cannot receive focus, see [this comment](https://github.com/facebook/react-native/pull/16500#issuecomment-629285638)).