react-native-actions-sheet
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.
On android the action sheet crashes the app with the following error: ``` Value for initialVelocity cannot be cast from ReadableNativeMap to Double ``` ``` "react": "17.0.2", "react-native": "0.67.4", "react-native-actions-sheet":...
Hi! I'd like to know how can i test this component with jest. I dont find any implementation of test for this library on github repository, and when i try...
This issue is actually weird because it doesn't always happen, so it's quite hard to reproduce. But I was able capture a screen recording of the issue happening. I'm using...
Hello, I am using the new version of your package in a project I am currently developing. **After the [0.8.2 update](https://github.com/ammarahm-ed/react-native-actions-sheet/releases/tag/v0.8.2)**, I think there are some calculation errors when opening...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
When I updated from version 0.8.10 to 0.8.21, SheetManager.hideAll() stopped working. Calling the function doesn't close the open sheets. Also tested in the 0.9.0-alpha.21, error persists. Platform: Android React Native:...
I've made changes to the page title and navigation bar title in the `/guides/migrate` section to make them version independent. Additionally, I've used H2 for the headings of each version's...
`backgroundInteractionEnabled` is not enough on its own to allow the background interaction as it is right now. I am not sure whether this should actually be fixed in the code...