Skip to content

Latest commit

 

History

History
 
 

README.md

Cast Playground

This is a playground for the React Native Google Cast library. It is a simple app that demonstrates the library's features.

Features

  • Cast different media formats, play, pause, seek, etc.
  • Integrates with React Navigation
  • Set up custom channels with custom receiver app in receiver/index.html

Running the app

  1. Run yarn install to install the dependencies.
  2. Run yarn start to start the development server.
  3. Run yarn ios to run the app on iOS.
  4. Run yarn android to run the app on Android.