This commit is contained in:
Violet Caulfield
2025-01-24 23:12:37 -06:00
parent e15d8e8b92
commit c2c8ae458f
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import { PlaybackService } from './player/service'
import TrackPlayer from 'react-native-track-player';
import Client from './api/client';
Client.instance;
AppRegistry.registerComponent(appName, () => App);
AppRegistry.registerComponent('RNCarPlayScene', () => App)
TrackPlayer.registerPlaybackService(() => PlaybackService);
Client.instance;
TrackPlayer.registerPlaybackService(() => PlaybackService);