mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-23 03:29:54 -06:00
idk
This commit is contained in:
2
index.js
2
index.js
@@ -4,9 +4,7 @@ import App from './App';
|
||||
import {name as appName} from './app.json';
|
||||
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);
|
||||
Reference in New Issue
Block a user