Socket
Book a DemoInstallSign in
Socket

@config-plugins/react-native-google-cast

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@config-plugins/react-native-google-cast

Config plugin to auto configure Google Cast on prebuild

latest
Source
npmnpm
Version
8.0.0
Version published
Weekly downloads
450
-1.75%
Maintainers
1
Weekly downloads
 
Created
Source

config-plugins/react-native-google-cast

Config plugin to auto-configure react-native-google-cast when the native code is generated (npx expo prebuild).

Versioning

Ensure you use versions that work together!

exporeact-native-google-cast@config-plugins/react-native-google-cast
51.0.04.8.08.0.0
50.0.04.6.27.0.0
49.0.04.6.26.0.0

Expo installation

This package cannot be used in the "Expo Go" app because it requires custom native code.

First install the package with yarn, npm, or npx expo install.

npx expo install react-native-google-cast @config-plugins/react-native-google-cast

After installing this npm package, add the config plugin to the plugins array of your app.json or app.config.js:

{
  "plugins": ["@config-plugins/react-native-google-cast"]
}

Next, rebuild your app as described in the "Adding custom native code" guide.

API

The plugin provides props for extra customization. Every time you change the props or plugins, you'll need to rebuild (and prebuild) the native app. If no extra properties are added, defaults will be used.

  • iosReceiverAppId (string): unknown. Default CC1AD845
  • androidReceiverAppId (string): unknown.
  • androidPlayServicesCastFrameworkVersion (string): Version for the gradle package. Default +

Example

{
  "plugins": [
    [
      "@config-plugins/react-native-google-cast",
      {
        "iosReceiverAppId": "...",
        "androidReceiverAppId": "...",
        "androidPlayServicesCastFrameworkVersion": "..."
      }
    ]
  ]
}

Keywords

react-native

FAQs

Package last updated on 08 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts