Draft on songplayer

This commit is contained in:
Adolfo Reyna
2023-07-07 09:24:01 -04:00
parent 0b57db225d
commit 0b477ba38e
4 changed files with 1165 additions and 992 deletions

View File

@@ -11,6 +11,7 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/netinfo": "9.3.5",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
@@ -20,6 +21,7 @@
"expo-dev-client": "~2.0.1",
"expo-device": "~5.0.0",
"expo-image-picker": "~14.0.2",
"expo-linking": "~3.3.1",
"expo-localization": "~14.0.0",
"expo-notifications": "~0.17.0",
"expo-status-bar": "~1.4.2",
@@ -28,7 +30,7 @@
"moment": "^2.29.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native": "0.70.8",
"react-native-autoheight-webview": "^1.6.1",
"react-native-hyperlink": "0.0.19",
"react-native-paper": "^4.11.2",
@@ -37,9 +39,7 @@
"react-native-vector-icons": "^9.1.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1",
"valtio": "^1.4.0",
"@react-native-community/netinfo": "9.3.5",
"expo-linking": "~3.3.1"
"valtio": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.19.3"