Skip to main content

Documentation Index

Fetch the complete documentation index at: https://primer.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

TS
showVaultManager(
    clientToken: string
): Promise<Void>
Show the vault at the specified container, and manage the customer’s payment methods stored in the Primer Vault.
TS
import { Primer } from "@primer-io/react-native";

Primer.showVaultManager(clientToken);

Parameters