Skip to main content
Version: Next

Repeat Mode

All RepeatMode types are made available through the named export RepeatMode:

import { RepeatMode } from 'react-native-track-player';
NameDescription
OffDoesn't repeat.
TrackLoops the current track.
QueueRepeats the whole queue.