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
      • payload
      • context
    • useRouter
    • useSheetRouteParams
    • useSheetIDContext
    • useProviderContext
    • Route
  • 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
      • payload
      • context
    • useRouter
    • useSheetRouteParams
    • useSheetIDContext
    • useProviderContext
    • Route
Edit this page on GitHub
Reference
HideOptions

ShowOptions

payload

Any data that you want the action sheet to recieve before it closes. This data will be available in the onClose prop on the ActionSheet & in SheetManager.show function after the action sheet closes.

TypeRequired
anyfalse

context

Provide the context of the SheetProvider where you want to present the action sheet.

TypeRequired
stringfalse
ShowOptions
useRouter
MIT 2023 © Ammar Ahmed.