Since react-native-youtube-iframe 2.4.0 / 2.4.1 the player no longer responds to play / pause commands issued either through:
- the
play prop (<Youtube play={true|false} … />), or
- the imperative methods exposed on the ref (
playerRef.current.playVideo() / pauseVideo()).
Seeks (seekTo) and timeline updates still work, so Redux stays in-sync; only starting or pausing playback fails.
Rolling back to 2.3.0 immediately restores the expected behaviour.