mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
all state migrated to zustand, jotai removed
splash page now waits on state hydration from db
This commit is contained in:
2
index.js
2
index.js
@@ -13,7 +13,7 @@ import { name as appName } from '@app/app.json'
|
||||
import TrackPlayer, { Capability } from 'react-native-track-player'
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App)
|
||||
TrackPlayer.registerPlaybackService(() => require('@app/service'))
|
||||
TrackPlayer.registerPlaybackService(() => require('@app/playbackservice'))
|
||||
|
||||
async function start() {
|
||||
await TrackPlayer.setupPlayer()
|
||||
|
||||
Reference in New Issue
Block a user