Skip to content

ready

Hides the Splash Screen. Read the guide on loading your app for best practices.

calling ready to hide the splash screen

Dismiss the Splash Screen with ready.

Usage

import { sdk } from '@farcaster/frame-sdk'
 
await sdk.actions.ready()

Parameters

disableNativeGestures (optional)

  • Type: boolean
  • Default: false

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

Return Value

void