ActionSheet for React NativeActionSheet for React Native
/
GitHubGitHub
/
  • Introduction
  • Installation
  • Basic usage
  • Guides
    • Usage with SheetManager
    • Passing data to ActionSheet
    • Using ActionSheet Router
    • Awaiting result from ActionSheet
    • Ref access from anywhere
    • Scrolling
    • FlashList
    • Background Interaction
    • Position tracking
    • Handling SafeArea
    • Navigation bar colors
    • Migrating Guide
  • Reference
    • ActionSheet props
    • ActionSheetRef
    • SheetManager
    • SheetProps
    • SheetProvider
    • registerSheet
    • ShowOptions
    • HideOptions
    • useRouter
    • useScrollHandlers
    • useSheetRouteParams
    • useSheetIDContext
    • useProviderContext
    • useSheetRef
    • useSheetPayload
    • Route
      • name
      • component
      • params
    • DraggableNodeOptions
    • Sheetdefinition
  • Introduction
  • Installation
  • Basic usage
  • Guides
    • Usage with SheetManager
    • Passing data to ActionSheet
    • Using ActionSheet Router
    • Awaiting result from ActionSheet
    • Ref access from anywhere
    • Scrolling
    • FlashList
    • Background Interaction
    • Position tracking
    • Handling SafeArea
    • Navigation bar colors
    • Migrating Guide
  • Reference
    • ActionSheet props
    • ActionSheetRef
    • SheetManager
    • SheetProps
    • SheetProvider
    • registerSheet
    • ShowOptions
    • HideOptions
    • useRouter
    • useScrollHandlers
    • useSheetRouteParams
    • useSheetIDContext
    • useProviderContext
    • useSheetRef
    • useSheetPayload
    • Route
      • name
      • component
      • params
    • DraggableNodeOptions
    • Sheetdefinition
Edit this page on GitHub
Reference
Route

Route

A single component in router navigation stack.

name

A name for the route

TypeRequired
stringtrue

component

A component to render when navigating to this route

TypeRequired
React Componenttrue

params

Initial params for the route

TypeRequired
anyfalse
useSheetPayload
DraggableNodeOptions
MIT 2024 © Ammar Ahmed.