If you set the volume of ReactPlayer when you instantiate it, (at least) the YouTube and SoundCloud players will not respect it (and seem to use 0.8). I imagine this is because setVolume calls are currently stopped instead of queued when the player isn't ready yet.
If you set the volume of
ReactPlayerwhen you instantiate it, (at least) the YouTube and SoundCloud players will not respect it (and seem to use0.8). I imagine this is becausesetVolumecalls are currently stopped instead of queued when the player isn't ready yet.