central management of track player state

currentTrack implemented and working well now (only updates on change)
This commit is contained in:
austinried
2021-07-02 12:48:43 +09:00
parent c676944b9a
commit 28ab092402
7 changed files with 112 additions and 37 deletions

View File

@@ -11,10 +11,12 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"fast-deep-equal": "^3.1.3",
"jotai": "^1.1.0",
"md5": "^2.3.0",
"react": "17.0.1",