Cross-platform action sheet component with powerful customization options (including custom views) and built-in support for sheet chaining.
`yarn add @delightfulstudio/react-native-power-action-sheet @delightfulstudio/react-native-safe-area-insets
Manually link @delightfulstudio/react-native-safe-area-insets
To check out examples:
- Install root packages:
yarn
ornpm install
- Install example packages: in the
example
folder, doyarn
ornpm install
- Start metro server: in the
example
folder, doyarn start
ornpm start
- Compile/start iOS app: in the
example
folder, doyarn run-ios
ornpm run-ios
- Compile/start Android app: in the
example
folder, doyarn run-android
ornpm run-android
Loosely based on https://github.com/valerybugakov/react-native-custom-actionsheet