Petr Bela

Results 96 comments of Petr Bela

That warning is just for the example Snack. The library still works with the latest version of Expo ;)

Hey Bruno, Thanks for the PR! I have to think about whether it's a good idea to merge projects/functionalities, or if they should be separate. Moreover, an all-in-one "notification reporter"...

Hi! Can you provide a full example? I tried your URL and it seemed to work.

When I tried with a custom receiver, I'm getting `error: cast.player.api.ErrorCode.MANIFEST/411` in the receiver console, which [means](https://developers.google.com/cast/docs/web_receiver/error_codes) `Parsing of the HLS manifest file failed. Or something MPL does not understand...

I'm assuming this is on Android? The way it's currently implemented, you actually need to render a CastButton, and `showCastDialog` then simulates clicking on that button. I've been looking into...

Unfortunately, [the tutorial that everyone links to](https://developers.google.com/cast/docs/remote) doesn't seem to exist anymore. I believe the underlying API is [this one](https://developers.google.com/android/reference/com/google/android/gms/cast/CastRemoteDisplayClient), however, it looks like it only exists on Android. I...

Nice job @EyMaddis! I'll try to go through it over the next week and see if I can integrate it into the library.

Not really, sorry. Feel free to create a PR if you take a stab at it.

Do you have an example file that you're testing this with?

Right, that function is currently missing. Feel free to add it and open a PR.