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