switch to jotai

This commit is contained in:
austinried
2021-06-28 11:12:19 +09:00
parent 17f5639aef
commit 4606586102
13 changed files with 110 additions and 151 deletions

View File

@@ -16,6 +16,7 @@
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"jotai": "^1.1.0",
"md5": "^2.3.0",
"react": "17.0.1",
"react-native": "0.64.1",
@@ -29,7 +30,6 @@
"react-native-screens": "^3.4.0",
"react-native-tab-view": "^2.16.0",
"react-native-track-player": "^1.2.7",
"recoil": "^0.3.1",
"uuid": "^8.3.2",
"xmldom": "^0.5.0"
},