## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://docs.neynar.com/llms.txt)

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

Hides the Splash Screen. Read the [guide on loading your app](https://docs.neynar.com/miniapps/guides/loading) for best practices.[If you’re an AI agent or LLM, please read this.](https://docs.neynar.com/miniapps/guides/agents-checklist)_Dismiss the Splash Screen with ready._

## Usage

```
import { sdk } from '@farcaster/miniapp-sdk'

await sdk.actions.ready()
```

## Parameters

### disableNativeGestures (optional)

- **Type:**`boolean`
- **Default:**`false`

Disable native gestures. Use this option if your Mini App uses gestures that conflict with native gestures like swipe to dismiss.

## Return Value

`void`
