Installation
Install the ActionSheet with your favorite package installer. I am going to use npm.
npm install react-native-actions-sheet --saveThe library depends on react-native-reanimated, react-native-gesture-handler and react-native-safe-area-context so make sure these are installed too.
npm install react-native-reanimated react-native-gesture-handler react-native-safe-area-context --saveYou are all set to use the ActionSheet in your project! 🎉
Last updated on November 5, 2025