Packages Used
package.json
{
"name": "Driver",
"version": "7.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"lint": "./node_modules/.bin/eslint --fix js"
},
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/netinfo": "^4.2.0",
"color": "^3.1.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"native-base": "^2.13.5",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-communications": "^2.2.1",
"react-native-country-picker-modal": "^0.8.0",
"react-native-credit-card-input": "^0.4.1",
"react-native-datepicker": "^1.7.2",
"react-native-fbsdk": "^1.0.3",
"react-native-gesture-handler": "^1.5.3",
"react-native-google-signin": "^2.0.0",
"react-native-simple-toast": "^1.1.2",
"react-native-image-picker": "^1.1.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "0.25.0",
"react-native-modal-dropdown": "^0.7.0",
"react-native-onesignal": "3.3.2",
"react-native-reanimated": "^1.7.0",
"react-native-router-flux": "^4.0.6",
"react-native-safe-area-context": "^0.6.1",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^2.0.0-beta.2",
"react-native-sentry": "^0.43.2",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.6.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-form": "^8.2.6",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"husky": "^3.0.5",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}