Fix internet and request header config for API request
... | ... | @@ -17,7 +17,6 @@ |
"@react-navigation/native": "^5.9.3", | ||
"@react-navigation/stack": "^5.14.3", | ||
"@testing-library/react-native": "^7.2.0", | ||
"@types/react-native-snap-carousel": "^3.8.2", | ||
"axios": "^0.21.1", | ||
"formik": "^2.2.6", | ||
"react": "16.13.1", | ||
... | ... | @@ -40,6 +39,7 @@ |
"@react-native-community/eslint-config": "^1.1.0", | ||
"@types/jest": "^25.2.3", | ||
"@types/react-native": "^0.63.2", | ||
"@types/react-native-snap-carousel": "^3.8.2", | ||
"@types/react-native-vector-icons": "^6.4.6", | ||
"@types/react-test-renderer": "^16.9.2", | ||
"babel-jest": "^25.1.0", | ||
... | ... |
Please register or sign in to comment