-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding tvOS support #91
Conversation
Thanks @dlowder-salesforce for the nice contribution. (You can probably see that I did I will try to release it in the next few days. I would like to add a tip for the future to avoid proposing changes from the default branch. |
Ah ok thanks for the tip about the snapshot tests. Should I add a PR for tvOS info in the README.md? |
That would be nice, thanks. I have some general thoughts on the tvOS platform that I will probably raise in a new issue there. |
TBH I am actually a bit reluctant to provide formal support for tvOS at this point for several reasons:
My idea right now is to just document a pointer to an issue where we discuss what users would need to do to support tvOS. As a side point, I wonder if we could make a similar change to support macOS? Thanks again for the contribution. |
This would not be needed. My testing shows that the existing react-native dependency entries are fine for importing a module into a project that depends on
I'm fine with only supporting tvOS in 0.60 and higher. There is a working 0.59
View support would be the same.... a module with a view manager would just have to not use things like sliders and switches that don't exist on tvOS.
I'll have a look at your test automation to see how to add that support. Do you have a set of manual tests that you run regularly?
Definitely, we should have an issue or a doc where we put the things that developers should watch out for.
I don't know much about the state of macOS support.... |
I am also curious about the motivation to support tvOS, as it seems to me not so widely used. Am I missing anything? I am also having trouble testing with tvOS and would appreciate some pointers. And thanks for your answers, my response coming soon. |
See react-native-tvos/react-native-tvos#8 for discussion :)