πΊπ React Native TV app sample for Android TV, Fire TV, tvOS, and web. Features customizable drawer navigation ποΈ, content grid πΌοΈ, hero header π¦ΈββοΈ, and video player π₯. Built with Expo. Perfect starter for cross-platform TV app development! π
To improve the reliability and maintainability of our React Native Multi-TV App, we need to implement unit tests for key components. This will help catch bugs early and ensure that new changes don't break existing functionality.
Tasks
[ ] Set up a testing framework (e.g., Jest and React Native Testing Library)
[ ] Write unit tests for the CustomDrawerContent component
[ ] Write unit tests for the content grid component in app/(drawer)/index.tsx
[ ] Write unit tests for the DetailScreen component
[ ] Implement CI/CD to run tests automatically on pull requests
[ ] Update the README with information on how to run tests and add new ones
Expected Outcome
We should have a robust set of unit tests covering the core functionality of our key components. These tests should run automatically on each pull request, helping to catch potential issues before they're merged into the main branch.
Description
To improve the reliability and maintainability of our React Native Multi-TV App, we need to implement unit tests for key components. This will help catch bugs early and ensure that new changes don't break existing functionality.
Tasks
Expected Outcome
We should have a robust set of unit tests covering the core functionality of our key components. These tests should run automatically on each pull request, helping to catch potential issues before they're merged into the main branch.
Resources
Labels
hacktoberfest
,testing
,good for newcomers
,help wanted