|
@@ -5,16 +5,18 @@
|
|
|
"scripts": {
|
|
|
"start": "react-native start",
|
|
|
"test": "jest",
|
|
|
- "lint": "eslint ."
|
|
|
+ "lint": "eslint .",
|
|
|
+ "postinstall": "jetify"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"i18n-js": "^3.3.0",
|
|
|
"react": "16.8.6",
|
|
|
"react-native": "0.60.3",
|
|
|
"react-native-elements": "^1.1.0",
|
|
|
+ "react-native-gesture-handler": "^1.3.0",
|
|
|
"react-native-keep-awake": "^4.0.0",
|
|
|
- "react-native-router-flux": "^4.0.6",
|
|
|
"react-native-vector-icons": "^6.6.0",
|
|
|
+ "react-navigation": "^3.11.1",
|
|
|
"rn-class": "^1.0.20"
|
|
|
},
|
|
|
"devDependencies": {
|
|
@@ -24,6 +26,7 @@
|
|
|
"babel-jest": "^24.8.0",
|
|
|
"eslint": "^6.0.1",
|
|
|
"jest": "^24.8.0",
|
|
|
+ "jetifier": "^1.6.3",
|
|
|
"metro-react-native-babel-preset": "^0.55.0",
|
|
|
"react-test-renderer": "16.8.6"
|
|
|
},
|