feat: 搬运部分基础组件
Showing
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"lint": "eslint . --ext .js,.jsx,.ts,.tsx" | "lint": "eslint . --ext .js,.jsx,.ts,.tsx" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@linkseeks/god-mobile": "^1.0.4", | |||
"@react-native-async-storage/async-storage": "^1.17.11", | "@react-native-async-storage/async-storage": "^1.17.11", | ||
"@react-navigation/bottom-tabs": "^6.4.0", | "@react-navigation/bottom-tabs": "^6.4.0", | ||
"@react-navigation/native": "^6.0.13", | "@react-navigation/native": "^6.0.13", | ||
... | @@ -26,7 +27,8 @@ | ... | @@ -26,7 +27,8 @@ |
"react-native": "0.70.6", | "react-native": "0.70.6", | ||
"react-native-safe-area-context": "^4.4.1", | "react-native-safe-area-context": "^4.4.1", | ||
"react-native-screens": "^3.18.2", | "react-native-screens": "^3.18.2", | ||
"react-native-storage": "^1.0.1" | "react-native-storage": "^1.0.1", | ||
"expo-blur": "~8.2.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.12.9", | "@babel/core": "^7.12.9", | ||
... | @@ -40,19 +42,19 @@ | ... | @@ -40,19 +42,19 @@ |
"@types/react-test-renderer": "^18.0.0", | "@types/react-test-renderer": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.37.0", | "@typescript-eslint/eslint-plugin": "^5.37.0", | ||
"@typescript-eslint/parser": "^5.37.0", | "@typescript-eslint/parser": "^5.37.0", | ||
"axios": "^0.21.0", | |||
"babel-jest": "^26.6.3", | "babel-jest": "^26.6.3", | ||
"chalk": "^4.1.0", | |||
"clone": "^2.1.2", | |||
"dotenv": "^8.2.0", | |||
"eslint": "^7.32.0", | "eslint": "^7.32.0", | ||
"fs-extra": "^9.0.1", | |||
"jest": "^26.6.3", | "jest": "^26.6.3", | ||
"json2ts": "^0.0.7", | |||
"metro-react-native-babel-preset": "0.72.3", | "metro-react-native-babel-preset": "0.72.3", | ||
"react-test-renderer": "18.1.0", | |||
"typescript": "^4.8.3", | |||
"axios": "^0.21.0", | |||
"clone": "^2.1.2", | |||
"chalk": "^4.1.0", | |||
"ora": "^5.1.0", | "ora": "^5.1.0", | ||
"fs-extra": "^9.0.1", | "react-test-renderer": "18.1.0", | ||
"dotenv": "^8.2.0", | "typescript": "^4.8.3" | ||
"json2ts": "^0.0.7" | |||
}, | }, | ||
"jest": { | "jest": { | ||
"preset": "react-native", | "preset": "react-native", | ||
... | ... |
src/components/Cell/Item.tsx
0 → 100755
src/components/Grid/Item.tsx
0 → 100755
src/hooks/useAppStyle.ts
0 → 100755
This diff is collapsed.
Please
register
or
sign in
to comment