diff --git a/Views/Menu.js b/Views/Menu.js index 3f14ee6..3d0b29c 100644 --- a/Views/Menu.js +++ b/Views/Menu.js @@ -10,6 +10,7 @@ import { useSnapshot } from 'valtio'; import GlobalState from '../contexts/GlobalState.js'; import ProfileCardHorizontal from "../components/ProfileCardHorizontal.js"; import { reloadAppAsync } from "expo"; +import * as Updates from 'expo-updates'; let MenuView = ({ navigation }) => { @@ -93,6 +94,10 @@ let MenuView = ({ navigation }) => { + + Version: {Updates.runtimeVersion} + Channel: {Updates.Channel} + )