TODO: Test giao diện ios
Showing
... | @@ -10,8 +10,6 @@ | ... | @@ -10,8 +10,6 @@ |
"test": "jest" | "test": "jest" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"react": "18.2.0", | |||
"react-native": "0.74.2", | |||
"@react-native-community/async-storage": "^1.12.1", | "@react-native-community/async-storage": "^1.12.1", | ||
"@react-native-community/masked-view": "^0.1.11", | "@react-native-community/masked-view": "^0.1.11", | ||
"@react-native-community/netinfo": "^7.1.7", | "@react-native-community/netinfo": "^7.1.7", | ||
... | @@ -27,7 +25,9 @@ | ... | @@ -27,7 +25,9 @@ |
"js-sha256": "^0.9.0", | "js-sha256": "^0.9.0", | ||
"lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
"moment": "^2.29.1", | "moment": "^2.29.1", | ||
"react": "18.2.0", | |||
"react-hook-form": "^7.24.2", | "react-hook-form": "^7.24.2", | ||
"react-native": "0.74.2", | |||
"react-native-autocomplete-input": "^5.0.2", | "react-native-autocomplete-input": "^5.0.2", | ||
"react-native-calendars": "^1.1260.0", | "react-native-calendars": "^1.1260.0", | ||
"react-native-confirmation-code-field": "^7.1.0", | "react-native-confirmation-code-field": "^7.1.0", | ||
... | @@ -83,10 +83,10 @@ | ... | @@ -83,10 +83,10 @@ |
"@types/react": "^18.2.6", | "@types/react": "^18.2.6", | ||
"@types/react-test-renderer": "^18.0.0", | "@types/react-test-renderer": "^18.0.0", | ||
"babel-jest": "^29.6.3", | "babel-jest": "^29.6.3", | ||
"react-native-svg-transformer": "^1.5.1", | |||
"eslint": "^8.19.0", | "eslint": "^8.19.0", | ||
"jest": "^29.6.3", | "jest": "^29.6.3", | ||
"prettier": "2.8.8", | "prettier": "2.8.8", | ||
"react-native-svg-transformer": "^1.5.1", | |||
"react-test-renderer": "18.2.0", | "react-test-renderer": "18.2.0", | ||
"typescript": "5.0.4" | "typescript": "5.0.4" | ||
}, | }, | ||
... | ... |
src/components/RadioButton/RadioButton.js
0 → 100644
src/components/RadioButton/RadioGroup.js
0 → 100644
src/screens/notification/add/index.js
0 → 100644
src/screens/notification/add/style.js
0 → 100644
src/screens/notification/add/view.js
0 → 100644
src/screens/notification/detail/index.js
0 → 100644
src/screens/notification/detail/style.js
0 → 100644
src/screens/notification/detail/view.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment