Douglas Lowder
Douglas Lowder
@nriccar I'm now working on this again, will keep you updated here. Work will be in `tvos-corner-click` branch.
I'm still working on surfacing corner clicks and left/right clicks of the Siri remote. For completeness, I should point out that for video use cases, there is a specific native...
@nriccar the code in tvos-corner-click branch is indeed functional. I don't think it's quite ready to merge to the main repo, but it would certainly be easy to patch `node_modules/react-native`...
@nriccar @andremaximino-wit @NickFoden I did some testing today with `react-native-video`, and the `Video` component does support the corner click events natively, without any need for the changes I've been testing....
I do not use Docker or CircleCI for this. If you need to make a release tarball locally, you should do the following from the top level `react-native-tvos` directory: ```sh...
Sure! Ideally this should be scripted so I'll turn this into a feature request for that, plus add the docs.
I have added some release preparation scripts for TV in https://github.com/react-native-tvos/react-native-tvos/commit/e2d3f7a24ac070a76bd63f4e109cd7793ebafa00 -- still a work in progress but very much improved.
@kparma thanks for the bug report. Could you see if this reproduces in 0.66.3-0? Also, is it reproducible in emulator, or does it require a real Android TV device?
Closing this for now -- @kparma if you are able to reproduce this on 0.68.2-7 or later, please reopen and provide an example of how to repro the bug, and...
You will need to create a custom component for this. `TabBarIOS` maps directly to the native `UITabBar`, which works differently on tvOS and does not allow customization. See https://developer.apple.com/documentation/uikit/uitabbarcontroller?language=objc and...