-
Love this library, thanks for all the work on it.
I was wondering if you have ever done a performance test of Reacts Virtual DOM vs the TVML `DataItem()` rendering? I'm asking because I need an …
-
When debugging my components, I'm finding that `render()` is being called before `componentDidMount()` which seems counter to the component lifecycle documented here: https://reactjs.org/docs/react-co…
-
TV version
Apple TV 4K/tvOS 11.2.1
真机调试版本报
Error Launching Application
The operation couldn't be completed.(TVMLKitErrorDomain error 3.)
真机调试的时候把tvBaseURL改成本地起的服务器就不会有这个问题 不过进app之后的内容出现问题
模拟…
-
@nodejs/ctc ... there is a proposal on the table in TC-39 to add more standardization around `global`. See https://github.com/tc39/proposal-global/blob/master/spec.md for details.
currently, the spec…
-
* [ ] I have checked [Appboy's documentation](https://www.appboy.com/documentation/iOS/) and am still experiencing the issue.
# Report
## Describe your environment.
Info …
-
Hi 👋🏻
Really nice project! Definitely going to be using this in a project we're working on. Thought I'd ask but do you have any plans to recreate `_TVButtonLockup` buttons in UIKit with working lab…
-
I tried to install an addon manually; there was no indication it succeeded or failed. The addon does not appear in available addons and if I attempt to install from zip the system now errors, saying x…
-
Hello,
I use **SampleRecipe** in my Swift tvOS app. It can load TVML file from raw XML String, however it can't play videos?
Anyone knows how to solve it? Thanks!
btw, happy new year!
-
Hello there,
I try to use **TVMLKitchen** last week. This is a really awesome tool to help with tvOS development.
I create a Button in a screen, after clicking the Button, another TVML will be p…
-
Original issue by @sborkin - Imported from fastlane/gym#166
Hello,
I trying to build my app using fastlane and circleci …