EXPO VER 2 - Ensure uploads are unique.
This commit is contained in:
@@ -21,9 +21,10 @@ export default function ScreenSettingsComponent() {
|
||||
>
|
||||
<Title>
|
||||
{t("settings.labels.version", {
|
||||
number: Constants.manifest.version,
|
||||
number: `${Constants.manifest.version}-${Constants.manifest.extra.expover}`,
|
||||
})}
|
||||
</Title>
|
||||
|
||||
<Text>{Updates.releaseChannel}</Text>
|
||||
<SignOutButton />
|
||||
<Button title="Purge State" onPress={() => purgeStoredState()} />
|
||||
|
||||
Reference in New Issue
Block a user