Merge remote-tracking branch 'origin/shyunDBtest' into rkyoung
InsertCat.js
0 → 100644
PostMoney.js
0 → 100644
components/ButtonsForm.js
0 → 100644
components/DatePicker.js
0 → 100644
components/InputBox.js
0 → 100644
components/Notification.js
0 → 100644
components/SelectForm.js
0 → 100644
components/StyledButton.js
0 → 100644
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
"lint": "eslint ." | "lint": "eslint ." | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@react-native-community/datetimepicker": "^3.5.2", | |||
"@react-native-community/masked-view": "^0.1.11", | "@react-native-community/masked-view": "^0.1.11", | ||
"@react-navigation/bottom-tabs": "^5.11.11", | "@react-navigation/bottom-tabs": "^5.11.11", | ||
"@react-navigation/native": "^5.9.4", | "@react-navigation/native": "^5.9.4", | ||
... | @@ -19,6 +20,7 @@ | ... | @@ -19,6 +20,7 @@ |
"react-native": "0.64.2", | "react-native": "0.64.2", | ||
"react-native-elements": "^3.4.2", | "react-native-elements": "^3.4.2", | ||
"react-native-gesture-handler": "^1.10.3", | "react-native-gesture-handler": "^1.10.3", | ||
"react-native-modal-datetime-picker": "^10.0.0", | |||
"react-native-reanimated": "^2.2.0", | "react-native-reanimated": "^2.2.0", | ||
"react-native-safe-area-context": "^3.2.0", | "react-native-safe-area-context": "^3.2.0", | ||
"react-native-screens": "^3.4.0", | "react-native-screens": "^3.4.0", | ||
... | ... |
Please register or sign in to comment