Allow for seeking outside of the app

This commit is contained in:
Lei Nelissen
2020-06-17 15:28:21 +02:00
parent f4f7530a2f
commit 7aceac79c5
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export default class App extends Component<State> {
TrackPlayer.CAPABILITY_SKIP_TO_NEXT,
TrackPlayer.CAPABILITY_SKIP_TO_PREVIOUS,
TrackPlayer.CAPABILITY_STOP,
TrackPlayer.CAPABILITY_SEEK_TO,
]
});
this.setState({ isReady: true });