Skip to content

The player no longer responds to play / pause #376

@Shonn-Li

Description

@Shonn-Li

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions