react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

A Cross Platform(Android, iOS & Web) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.

Results 114 react-native-actions-sheet issues
Sort by recently updated
recently updated
newest added

### Hi there! I wanted to implement this package, so, on `iOS` it works well. But, when I tested on `Android`, there was strange behavior of `actions sheet`. ### Examples...

I get a question how can I make the action sheet upper than the bottom? I have used the positon like `containerStyle={{bottom: 50, padding: 50}}` but it's still overclap the...

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [next](https://github.com/vercel/next.js) from 12.2.5 to 13.5.0. Commits ffafad2 v13.5.0 4a589ed v13.4.20-canary.41 deb81cf fix styled-jsx alias (#55581) 1a9b0f6 improve internal error logging (#55582) 0631549 Fix react packages are not bundled for...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Thank you develop this Action Sheet. I am showing with SheetManager.show("MessageTypes"). It is working perfectly. But when I closed with SheetManager.hide("MessageTypes") function in the ActionSheet element, not working animations. It...

![Screenshot 2023-12-04 at 16 48 50](https://github.com/ammarahm-ed/react-native-actions-sheet/assets/24986640/d0cfc9d0-b6e0-4518-9d13-62acb1008ee1) i saw the library has containerStyle and i updated the backgroundColor is Transparent, but like an image, it has a white color in the...

Can you make it possible for actions sheets to come down from the top of the screen? I have a sheet that has an autofocus search bar in it, and...

Hi, Thanks for this wonderful library. ActionSheets automatically closes whenever I have a component with a pressable that sets the state. Take the below code example. ```ts import ActionSheet from...