expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
445 stars 95 forks source link

feat: @config-plugins/react-native-google-cast #2

Closed EvanBacon closed 3 years ago

EvanBacon commented 3 years ago

Created a quick plugin to configure @config-plugins/react-native-google-cast, pretty dangerous as it uses a lot of regexes to get things working.

singerbj commented 2 years ago

@EvanBacon can google the config plugin be set up and used the same way that webrtc is being supported here?

https://github.com/expo/examples/tree/master/with-webrtc

...or are there limitations that prevent that from happening?