Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: drop usage of removed Platform.isTVOS field (#1605)
## Description Fixes #1604 `Platform.isTVOS` check was removed with `[email protected]` [(see the PR)](facebook/react-native#34071) as it was only wrapper for `Platform.isTV` check (which exists since `0.61`). ## Changes Dropped usage of removed `Platform.isTVOS` check in favour of `Platform.isTV`. ## Test code and steps to reproduce See #1604 -- check on any app that the library now works with `@types/[email protected].*` ## Checklist - [x] Ensured that CI passes
- Loading branch information