Update release channels.

This commit is contained in:
Patrick Fic
2024-02-29 19:20:56 -08:00
parent fa14c76268
commit 753ef87ce7
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ export default function ScreenSettingsComponent() {
})}
</Title>
<Text>Release Channel {Updates.releaseChannel}</Text>
<Text>Release Channel {Updates.channel}</Text>
<SignOutButton />
{/* <Button title="Purge State" onPress={() => purgeStoredState()} /> */}
</View>