1.0.2 • Published 6 years ago

react-native-awesome-action-sheet v1.0.2

Weekly downloads
60
License
MIT
Repository
github
Last release
6 years ago

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

Usage

See the example app source on Snack