Working picture uploads. Videos failing due to URI.
This commit is contained in:
@@ -6,6 +6,7 @@ import { Title, Button } from "react-native-paper";
|
||||
import { purgeStoredState } from "redux-persist";
|
||||
import SignOutButton from "../sign-out-button/sign-out-button.component";
|
||||
import * as Updates from "expo-updates";
|
||||
import * as Application from "expo-application";
|
||||
|
||||
export default function ScreenSettingsComponent() {
|
||||
const { t } = useTranslation();
|
||||
@@ -21,7 +22,7 @@ export default function ScreenSettingsComponent() {
|
||||
>
|
||||
<Title>
|
||||
{t("settings.labels.version", {
|
||||
number: `${Constants.expoConfig.version}-${Constants.expoConfig.extra.expover}`,
|
||||
number: `${Constants.expoConfig.version}(${Application.nativeBuildVersion})`,
|
||||
})}
|
||||
</Title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user