v1.1.1
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>
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>