switched queue ext store to zustand

This commit is contained in:
austinried
2021-07-31 09:58:10 +09:00
parent 661b17f232
commit ebc31e6d05
3 changed files with 36 additions and 29 deletions

View File

@@ -35,7 +35,8 @@
"react-native-track-player": "^2.0.0-rc18",
"react-native-vector-icons": "^8.1.0",
"uuid": "^8.3.2",
"xmldom": "^0.5.0"
"xmldom": "^0.5.0",
"zustand": "^3.5.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",