Packages Used
{
"name": "react-native-ting",
"version": "1.2.9",
"private": true,
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"babel-eslint": "^8.2.1",
"babel-preset-expo": "^7.0.0",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.2.1",
"expo-cli": "3.4.1",
"flow-bin": "0.63.1",
"flow-result-checker": "^0.3.0",
"jest-expo": "^35.0.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest",
"test:watch": "jest --watch",
"flow": "flow check --show-all-errors | flow-result-checker",
"lint": "eslint App.js App.test.js src/",
"react-devtools": "react-devtools"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"autobind-decorator": "^1.4.0",
"crypto-js": "^3.1.9-1",
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-constants": "~7.0.0",
"expo-file-system": "~7.0.0",
"expo-font": "~7.0.0",
"jest-junit-reporter": "^1.1.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"native-base": "2.12.1",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-datepicker": "^1.6.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-maps": "~0.25.0",
"react-native-svg": "9.9.5",
"react-native-swiper": "^1.5.13",
"react-navigation": "^3.11.0"
}
}