mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-20 10:10:08 -06:00
singleton stuff
This commit is contained in:
6
index.js
6
index.js
@@ -4,8 +4,8 @@ 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';
|
||||
import Client from './api/client';
|
||||
|
||||
Client.instance;
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
TrackPlayer.registerPlaybackService(() => PlaybackService);
|
||||
TrackPlayer.registerPlaybackService(() => PlaybackService);
|
||||
Client.instance;
|
||||
Reference in New Issue
Block a user