react-native-awesome-action-sheet
v1.0.2
Published
A cross-platform ActionSheet for React Native
Downloads
447
Readme
react-native-awesome-action-sheet
ActionSheet is a cross-platform React Native component that uses the native UIActionSheet on iOS and a JS implementation with material design on Android. Almost a drop in replacement for ActionSheetIOS except it cannot be called statically.
This project is based on react-native-action-sheet by Expo.
Installation
npm install react-native-awesome-action-sheet
Using Yarn:
yarn add react-native-awesome-action-sheet