feat:rematch
Showing
| ... | ... | @@ -8,7 +8,7 @@ |
| "start": "react-native start", | ||
| "test": "jest", | ||
| "lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
| "icon":"node ./src/script/iconScript.js" | ||
| "icon": "node ./src/script/iconScript.js" | ||
| }, | ||
| "dependencies": { | ||
| "@ant-design/react-native": "^4.0.7", | ||
| ... | ... | @@ -23,13 +23,16 @@ |
| "@react-navigation/drawer": "^5.12.3", | ||
| "@react-navigation/native": "^5.9.2", | ||
| "@react-navigation/stack": "^5.14.1", | ||
| "@rematch/core": "^1.4.0", | ||
| "react": "16.13.1", | ||
| "react-native": "0.63.4", | ||
| "react-native-gesture-handler": "^1.9.0", | ||
| "react-native-reanimated": "^1.13.2", | ||
| "react-native-safe-area-context": "^3.1.9", | ||
| "react-native-screens": "^2.15.2", | ||
| "react-native-vector-icons": "^8.0.0" | ||
| "react-native-vector-icons": "^8.0.0", | ||
| "react-redux": "^7.2.2", | ||
| "redex": "^0.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.8.4", | ||
| ... | ... |
src/store/index.ts
0 → 100644
src/store/models/home.ts
0 → 100644
src/store/models/index.ts
0 → 100644
src/store/models/user.ts
0 → 100644
src/views/Rematch.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment