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
    • 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
    • DraggableNodeOptions
    • Sheetdefinition
Edit this page on GitHub
Installation

Installation

Install the ActionSheet with yarn or npm. You will also need to install react-native-gesture-handlers if you haven't already.

npm install react-native-actions-sheet react-native-gesture-handler --save

or

yarn add react-native-actions-sheet react-native-gesture-handler 
Last updated on February 10, 2024
Introduction
Basic usage
MIT 2024 © Ammar Ahmed.