Minor UI improvements.
This commit is contained in:
@@ -3,7 +3,7 @@ import * as ImagePicker from "expo-image-picker";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { StyleSheet, Text, View } from "react-native";
|
||||
import { Button, SegmentedButtons } from "react-native-paper";
|
||||
import { Button } from "react-native-paper";
|
||||
import { connect } from "react-redux";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
import { toggleDeleteAfterUpload } from "../../redux/app/app.actions";
|
||||
@@ -53,7 +53,9 @@ export function ImageBrowserScreen({
|
||||
cameraRollStatus.status !== "granted" ||
|
||||
cameraStatus.status !== "granted"
|
||||
) {
|
||||
alert("Sorry, we need these permissions to make this work!");
|
||||
alert(
|
||||
"Photo and Camera permissions have not been granted. Please open the settings app and allow these permissions to upload photos."
|
||||
);
|
||||
}
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user