This is a playground for the React Native Google Cast library. It is a simple app that demonstrates the library's 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
- Run
yarn installto install the dependencies. - Run
yarn startto start the development server. - Run
yarn iosto run the app on iOS. - Run
yarn androidto run the app on Android.