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.
When i try to render.a page view component in a side a bottom sheet, the page view is not rendered at all. https://github.com/callstack/react-native-pager-view ``` THIS IS SOME TEXT ```
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
`import ActionSheet, {ScrollView} from 'react-native-actions-sheet';` importing **ScrollView** from 'react-native-actions-sheet' crashes app.
Hi all, I've written tests for a component which uses the `ScrollView` from this library. I was struggling to diagnose an open handle and eventually narrowed it down to the...
I'm currently working with an ActionSheet in my application and exploring the functionalities offered by useSheetRef. My goal is to implement external position tracking, where I can monitor the ActionSheet's...
Hi there, Are there is a way to set accessibilityLabel on backdrop so the voice over could read? Right now it just reads - unlabeled
Hello, i can display a webview inside a bottom-sheet ` ` Thanks!
undefined value appears in the console when property animation={false} (or not added) of the ActionSheet component **Example:** https://snack.expo.dev/@bohdanbida/actionssheetundefinedlog (use Android) Steps to reproduce: 1. click on 'test' button 2. wait...
After upgrading to **React Native 0.73**, we experience issues when **navigating from within an action sheet to a modal screen** (using react-navigation), and **hiding the action sheet** when doing so....
Description Environment: IOS version: 17.2 Simulator: iPhone 15 Pro React-Native version: 0.73.5 (new architecture) Description: The application crashes without any error messages when I click the open modal button after...