ActionSheet for React NativeActionSheet for React Native
/
GitHubGitHub
/
  • Introduction
  • Installation
  • Basic usage
  • Guides
    • Usage with SheetManager
    • Passing data to ActionSheet
    • Using ActionSheet Router
    • Returning results from ActionSheet
    • Ref access from anywhere
    • Using ScrollView
    • Background Interaction
    • Position tracking
    • Handling SafeArea
    • Migrating to v0.8.0
  • Reference
    • ActionSheet props
    • ActionSheetRef
    • SheetManager
    • SheetProps
    • SheetProvider
    • useScrollHandlers
    • registerSheet
    • ShowOptions
    • HideOptions
    • useRouter
    • useSheetRouteParams
    • useSheetIDContext
    • useProviderContext
    • Route
      • name
      • component
      • params
  • Introduction
  • Installation
  • Basic usage
  • Guides
    • Usage with SheetManager
    • Passing data to ActionSheet
    • Using ActionSheet Router
    • Returning results from ActionSheet
    • Ref access from anywhere
    • Using ScrollView
    • Background Interaction
    • Position tracking
    • Handling SafeArea
    • Migrating to v0.8.0
  • Reference
    • ActionSheet props
    • ActionSheetRef
    • SheetManager
    • SheetProps
    • SheetProvider
    • useScrollHandlers
    • registerSheet
    • ShowOptions
    • HideOptions
    • useRouter
    • useSheetRouteParams
    • useSheetIDContext
    • useProviderContext
    • Route
      • name
      • component
      • params
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
Last updated on February 13, 2023
useProviderContext
MIT 2023 © Ammar Ahmed.