Douglas Lowder

Results 212 comments of Douglas Lowder

Per discussion today with @esamelson and @wschurman , I am backing out the change to run completion handlers in the main thread, and will then land this PR after checks...

@jarretmoses that's weird, I don't remember hitting an issue with setting version to `null`. I'll have a look.

These events are not yet supported in `TVEventHandler`. I'll take a look to see how much work it will be to add them.

I have looked into this recently, and it appears to require a custom gesture recognizer for the select gesture, plus pulling in GameController code so you can know where the...

@andrefbmaximino just to keep you updated... I finally did get this to work over the past couple of days -- once the code is cleaned up better, I'll create a...

Ok @andrefbmaximino the feature branch is up -- https://github.com/react-native-tvos/react-native-tvos/tree/left-right-press Please try this out and let me know what you think. For an existing project, you can modify your `package.json` by...

Great that this is working! If the behavior is not quite right, you can change the logic or threshold in the `handleSelect:` method and the helper methods it calls to...

@NickFoden the feature branch I created for this is not for left and right swipes, but for pressing the upper left and right corners of the Siri remote, as when...

In the simulator, try using the arrow keys to see the events. Also, make sure you have more than one focusable in your view so that there is somewhere to...

@nriccar After some other items are done, I will come back to this work. I have to figure out how to make this optional so that developers who don't want...