Integrate Redux for state management, replace useState with Redux store

This commit is contained in:
2024-07-07 15:57:29 +08:00
parent 47d1867cab
commit cdac16a723
11 changed files with 196 additions and 129 deletions

View File

@@ -1,6 +1,4 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true
}
"compilerOptions": {},
"extends": "expo/tsconfig.base"
}