(seconds: number)
| 17 | // Removed getImageStyle as we're using emoji icons instead |
| 18 | Sound.setCategory('Playback'); |
| 19 | const secondsToMMSS = (seconds: number) => |
| 20 | new Date(seconds * 1000).toISOString().substring(14, 19); |
| 21 | |
| 22 | export default () => { |
| 23 | const [currentTime, setCurrentTime] = React.useState(0); |
no outgoing calls
no test coverage detected
searching dependent graphs…