> ## 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.

# dismiss

```ts TS theme={"dark"}
dismiss(): Promise<Void>
```

At any point, Universal Checkout can be dismissed.

```ts TS theme={"dark"}
import { Primer } from "@primer-io/react-native";

Primer.dismiss();
```
