fix: upgrade gradle and react native camera, add missing dimension strategy
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -24,8 +24,8 @@ | ... | @@ -24,8 +24,8 @@ |
"hoist-non-react-statics": "^2.5.0", | "hoist-non-react-statics": "^2.5.0", | ||
"prop-types": "^15.6.1", | "prop-types": "^15.6.1", | ||
"react": "16.8.6", | "react": "16.8.6", | ||
"react-native": "0.60.0", | "react-native": "0.60.3", | ||
"react-native-camera": "^1.9.0", | "react-native-camera": "^2.1.1", | ||
"react-native-keyboard-aware-scroll-view": "^0.5.0", | "react-native-keyboard-aware-scroll-view": "^0.5.0", | ||
"react-native-markdown-renderer": "^3.2.8", | "react-native-markdown-renderer": "^3.2.8", | ||
"react-native-popup-menu": "^0.15.0", | "react-native-popup-menu": "^0.15.0", | ||
... | ... |
Please register or sign in to comment