Packages Used
package.json
{
"name": "StrapDatingApp",
"version": "9.1.1",
"private": true,
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "5.16.0",
"eslint-plugin-flowtype": "3.10.3",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-native": "3.7.0",
"flow-bin": "0.101.0",
"flow-typed": "2.5.2",
"husky": "2.4.1",
"jest": "24.8.0",
"jest-expo": "33.0.2",
"prettier": "1.18.2",
"react-native-scripts": "2.0.1",
"react-test-renderer": "16.8.6"
},
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "flow && eslint ."
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|lottie-react-native|expo|react-native-maps|react-native-svg|react-native-branch|native-base-shoutem-theme|react-native-easy-grid|react-native-drawer|react-native-vector-icons|react-native-keyboard-aware-scroll-view|react-native-swiper|react-navigation|native-base|@expo|react-native-scrollable-tab-view|react-native-simple-modal|react-native-iphone-x-helper)/)"
]
},
"dependencies": {
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/cameraroll": "^4.0.0",
"@react-native-community/masked-view": "0.1.10",
"color": "^3.1.2",
"expo": "~38.0.8",
"expo-font": "~8.2.1",
"expo-splash-screen": "^0.3.1",
"expo-status-bar": "^1.0.2",
"expo-updates": "~0.2.8",
"jest-cli": "^26.2.2",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"native-base": "^2.13.13",
"prop-types": "^15.7.2",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-camera-roll-picker": "^2.0.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-multi-slider": "^0.3.6",
"react-native-reanimated": "~1.9.0",
"react-native-screens": "~2.9.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-swiper": "^1.6.0",
"react-native-unimodules": "^0.10.1",
"react-native-vector-icons": "^7.0.0",
"react-native-web": "~0.11.7",
"react-navigation": "^4.4.0",
"react-navigation-stack": "^2.8.2",
"react-navigation-tabs": "^2.9.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-form": "^8.3.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.16",
"remotedev-rn-debugger": "^0.8.4",
"whatwg-fetch": "^3.2.0",
"react-native-safe-area-context": "~3.0.7"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}