Contributing guidelines

July 31, 2024 ยท View on GitHub

  1. Clone this repository.
  2. Run yarn to install packages in the root folder.
  3. Go to ./examples/MyTVProject
  4. Run yarn start in the terminal.
  5. Open a new terminal and go to ./examples/MyTVProject again
  6. Run yarn prebuild
  7. Run yarn ios or yarn android
  8. Make your changes to ./packages/media-console
  9. Test the changes on the simulator. If everything is good, you can open a pull request.