|
|
@@ -16,7 +16,7 @@
|
|
|
"@babel/polyfill": "^7.8.7",
|
|
|
"@eva-design/eva": "^2.0.0",
|
|
|
"@expo/vector-icons": "^10.0.0",
|
|
|
- "@react-native-community/masked-view": "^0.1.6",
|
|
|
+ "@react-native-community/masked-view": "0.1.6",
|
|
|
"@react-navigation/bottom-tabs": "^5.0.0",
|
|
|
"@react-navigation/core": "^3.7.6",
|
|
|
"@react-navigation/material-top-tabs": "^5.2.8",
|
|
|
@@ -45,14 +45,13 @@
|
|
|
"react-dom": "16.9.0",
|
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
|
|
"react-native-action-button": "^2.8.5",
|
|
|
- "react-native-gesture-handler": "^1.6.1",
|
|
|
+ "react-native-gesture-handler": "~1.6.0",
|
|
|
"react-native-maps": "0.26.1",
|
|
|
"react-native-modal": "^11.5.6",
|
|
|
"react-native-number-please": "^1.0.5",
|
|
|
- "react-native-reanimated": "^1.7.1",
|
|
|
- "react-native-safe-area-context": "^0.7.3",
|
|
|
- "react-native-screens": "^2.2.0",
|
|
|
- "react-native-svg": "^11.0.1",
|
|
|
+ "react-native-reanimated": "~1.7.0",
|
|
|
+ "react-native-safe-area-context": "0.7.3",
|
|
|
+ "react-native-screens": "~2.2.0",
|
|
|
"react-native-tab-view": "^2.14.0",
|
|
|
"react-native-textarea": "^1.0.4",
|
|
|
"react-native-web": "^0.11.7",
|
|
|
@@ -66,7 +65,9 @@
|
|
|
"babel-loader": "^8.1.0",
|
|
|
"babel-plugin-import": "^1.13.0",
|
|
|
"babel-preset-expo": "^8.1.0",
|
|
|
- "jest-expo": "^37.0.0"
|
|
|
+ "jest-expo": "^37.0.0",
|
|
|
+ "prettier": "^2.0.5",
|
|
|
+ "react-native-svg": "11.0.1"
|
|
|
},
|
|
|
"private": true
|
|
|
}
|