This commit is contained in:
Violet Caulfield
2025-01-06 09:33:59 -06:00
parent 23577b067c
commit a86d20f7cb
3 changed files with 10 additions and 4 deletions

View File

@@ -6,4 +6,4 @@ import { PlaybackService } from './player/service'
import TrackPlayer from 'react-native-track-player';
AppRegistry.registerComponent(appName, () => App);
TrackPlayer.registerPlaybackService(() => PlaybackService());
TrackPlayer.registerPlaybackService(() => PlaybackService);