A Mono-repo with React Native, Next.js, and a shared component library to build cross-platform TV apps.
This project is still under construction and not ready for production. The web app side is in a stable place, but the native side still needs work. We are hard at work trying to get everything up and running.
yarn
cd tvappnative/ && yarn pods
Update the env.sample
and env.local.sample
in tvappnative
and tvappweb
apps.
yarn dev
This starts the Next.js web (tvappweb) and React Native (tvappnative) client apps. Don't forget to start your server.
Since the shared
, tvappweb
, and tvappnative
packages share so much in common with their tech stack, the eslint
and prettier
configurations were lifted to the workspace root. This removes the many redundant devDependencies across the packages, and should make long term maintenance simpler since there is one, common configuration.
The base eslint config is @apollosproject/apollos-eslint-config.
Each package has a yarn lint
script to validate linting within the package scope.