feat: antd
Showing
... | @@ -10,6 +10,13 @@ | ... | @@ -10,6 +10,13 @@ |
"lint": "eslint . --ext .js,.jsx,.ts,.tsx" | "lint": "eslint . --ext .js,.jsx,.ts,.tsx" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ant-design/react-native": "^4.0.7", | |||
"@react-native-community/async-storage": "^1.12.1", | |||
"@react-native-community/cameraroll": "^4.0.1", | |||
"@react-native-community/segmented-control": "^2.2.2", | |||
"@react-native-community/slider": "^3.0.3", | |||
"@react-native-community/viewpager": "^4.2.2", | |||
"@react-native-picker/picker": "^1.9.10", | |||
"react": "16.13.1", | "react": "16.13.1", | ||
"react-native": "0.63.4" | "react-native": "0.63.4" | ||
}, | }, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment