Open
Description
followup to tvOS platform support added in PR #91, with some TODO items:
- add a quick pointer to the documentation - done by @brodybits
-
test ☑ anddocument how to create a module with a working example on tvOS
(@brodybits could use some pointers on this☑) test and document tvOS support on React Native 0.59 vs 0.60 (I would like to keep both since React Native 0.59 is still needed for Expo and the partially supported Windows platform)
(as discussed below, it looks like supporting tvOS on RN 0.59 may not really be desired)-
test ☑ anddocument how to create a view module (using the--view
option) with a working example on tvOS gain and document a better understanding of motivation for supporting the tvOS platform-
resolve issue with tvOS and Android in react-native-tvos releases do not have "android" directory, breaking Android builds react-native-tvos/react-native-tvos#7 - test usage with Android and document any possible quirks or workarounds needed
- improve the documentation
- fix doc on react-native-website - TV documentation fixes needed facebook/react-native-website#1279
- consider a more general approach for out-of-tree platforms
with potentially controversial TODO items from @brodybits:
- make tvOS platform support optional, not enabled by default (PR [...] make tvOS support optional #126)
I think the tvOS platform build should be done from its owntvos
subdirectory and notios
(see my thoughts in [...] some of my thoughts on the existing tvOS platform support #122 for some more details)
/cc @dlowder-salesforce