Skip to content

v1.1.1

Compare
Choose a tag to compare
@Amir-Alipour Amir-Alipour released this 15 Apr 11:37
· 12 commits to master since this release

add PlayerType for returned player in function of HOC.

import { Reaplay, PlayerType } from 'reaplay'

<Reaplay tracks={songList} >
      {(player: PlayerType) => {
          // player have functions and variables
      }
</Reaplay>