@delightfulstudio/react-native-power-action-sheet
v0.2.1
Published
Cross-platform action sheet component with powerful customization options
Maintainers
Readme
react-native-power-action-sheet
Cross-platform action sheet component with powerful customization options (including custom views) and built-in support for sheet chaining.
Installation
`yarn add @delightfulstudio/react-native-power-action-sheet @delightfulstudio/react-native-safe-area-insetsManually link @delightfulstudio/react-native-safe-area-insets
Examples
To check out examples:
- Install root packages:
yarnornpm install - Install example packages: in the
examplefolder, doyarnornpm install - Start metro server: in the
examplefolder, doyarn startornpm start - Compile/start iOS app: in the
examplefolder, doyarn run-iosornpm run-ios - Compile/start Android app: in the
examplefolder, doyarn run-androidornpm run-android
Credits
Loosely based on https://github.com/valerybugakov/react-native-custom-actionsheet
