mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
track player working
This commit is contained in:
3
index.js
3
index.js
@@ -9,6 +9,7 @@ LogBox.ignoreLogs(["timer"]);
|
||||
|
||||
import App from './App';
|
||||
import { name as appName } from './app.json';
|
||||
|
||||
import TrackPlayer from 'react-native-track-player';
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
TrackPlayer.registerPlaybackService(() => require('./src/playback/service'));
|
||||
|
||||
Reference in New Issue
Block a user