EyMaddis / react-native-google-cast

React Native wrapper for the Google Cast SDK

Home Page:https://react-native-google-cast.github.io/docs/getting-started/installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version

react-native-google-cast

This library wraps the native Google Cast SDK for Android and iOS (and maybe web/Chrome in the future), providing a unified JavaScript interface.

It is written in TypeScript so types will always be up-to-date.

Version overview

RNGC React Native Purpose
1.x 🤷‍♂️ Old version implemented for Google Cast SDK v2 with manual discoverability. Not maintained anymore.
3.x >=0.40 Rewrite of the library for Google Cast SDK v3 with automatic session management. Only bug fixes will be merged.
4.x >=0.60 Current version with a completely rewritten API, closely resembling native Android/iOS(/Chrome?) APIs. We highly recommend to use the latest version.

Documentation

https://react-native-google-cast.github.io/docs/getting-started/installation

Example

Refer to the example folder to find a React Native version of the CastVideos reference app.

Playground

Refer to the playground folder to find a sample app demonstrating the available APIs provided by the library.

Troubleshooting

See Troubleshooting in the docs.

Contribution

  1. Read CONTRIBUTING.md
  2. Fork the repo
  3. Implement your shiny new thing
  4. Demonstrate how to use it in the playground project
  5. Document the functionality in JSDoc and the docs
  6. Create a pull request

About

React Native wrapper for the Google Cast SDK

https://react-native-google-cast.github.io/docs/getting-started/installation

License:MIT License


Languages

Language:Java 35.6%Language:TypeScript 31.5%Language:Objective-C 29.3%Language:JavaScript 1.8%Language:Starlark 0.8%Language:Ruby 0.8%Language:HTML 0.2%Language:C 0.0%Language:Swift 0.0%