We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae8891 commit f15caaaCopy full SHA for f15caaa
app/src/form/fields/TypeImage.js
@@ -37,7 +37,6 @@ const TypeImage = ({
37
* Docs: https://docs.expo.dev/versions/latest/sdk/imagepicker/#usage
38
*/
39
const result = await ImagePicker.launchImageLibraryAsync({
40
- quality: 1,
41
base64: true,
42
});
43
if (!result?.canceled) {
@@ -65,7 +64,6 @@ const TypeImage = ({
65
64
}
66
if (accessGranted) {
67
const result = await ImagePicker.launchCameraAsync({
68
69
70
71
0 commit comments