Skip to main content

SignIn.Footer

Footer component that displays localized text with interactive site URL links for additional sign-in information.

Quick Example

import { SignIn } from "@ovok/native";
import React from "react";

const FooterExample = () => {
return <SignIn.Footer testID="signin-footer" />;
};

export default FooterExample;

Props

PropTypeRequiredDefaultDescription
testIDstring--Test identifier

Localization

The component uses this translation key:

{
"sign-in": {
"footer": "If you haven't purchased a telemonitoring package yet, visit <site>actimi.com</site>"
}
}
  • sign-in.footer - Footer text with interactive site URL component

Component Behavior

The component uses react-i18next Trans component to render localized text with an interactive <site> component that handles URL navigation.

Styling

Theme Variables Used

  • theme.colors.onSurfaceVariant - Text color for the footer content