Add increment and decrement value to input quantity
Showing
.vscode/settings.json
0 → 100644
images/deletebutton.png
0 → 100644
10.2 KB
images/editbutton.png
0 → 100644
12.9 KB
images/plusbutton.png
0 → 100644
23.9 KB
| ... | ... | @@ -12,12 +12,15 @@ |
| "dependencies": { | ||
| "@react-navigation/native": "^6.1.1", | ||
| "@react-navigation/native-stack": "^6.9.7", | ||
| "link": "^1.5.1", | ||
| "react": "18.1.0", | ||
| "react-native": "0.70.6", | ||
| "react-native": "^0.70.6", | ||
| "react-native-image-picker": "^4.10.3", | ||
| "react-native-numeric-input": "^1.9.1", | ||
| "react-native-safe-area-context": "^4.4.1", | ||
| "react-native-screens": "^3.18.2", | ||
| "react-native-sqlite-storage": "^6.0.1" | ||
| "react-native-sqlite-storage": "^6.0.1", | ||
| "react-native-vector-icons": "^9.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.12.9", | ||
| ... | ... |
This diff is collapsed.