Packages Used
package.json
{
"name": "COVIDUI"
"version":"1.0.0"
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.5.1",
"@react-navigation/native": "^5.3.0",
"@react-navigation/stack": "^5.3.3",
"expo": "~37.0.3",
"expo-splash-screen": "^0.2.3",
"expo-updates": "~0.2.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-chart-kit": "^5.5.0",
"react-native-elements": "^2.0.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-maps": "^0.27.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "^1.0.0",
"react-native-screens": "~2.2.0",
"react-native-svg": "^12.1.0",
"react-native-unimodules": "~0.9.0",
"react-native-web": "~0.11.7",
"react-navigation": "^4.3.9",
"react-navigation-stack": "^2.5.0",
"react-navigation-tabs": "^2.8.13"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.9.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}