This commit is contained in:
Fredrik Burmester
2025-01-03 10:26:12 +01:00
parent 0fc48497d0
commit 62b00837ec

View File

@@ -14,7 +14,10 @@ export const UserInfo: React.FC<Props> = ({ ...props }) => {
const [api] = useAtom(apiAtom);
const [user] = useAtom(userAtom);
const version = Application?.nativeApplicationVersion || "N/A";
const version =
Application?.nativeApplicationVersion ||
Application?.nativeBuildVersion ||
"N/A";
return (
<View {...props}>