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 155 react-native-actions-sheet issues
Sort by recently updated
recently updated
newest added

https://github.com/user-attachments/assets/7fd2b821-09c9-4540-bebf-36b5fe2149ed The video shows that when you press the button, the event is triggered only the second time, if you press quickly, you can press 5 times and the button...

Getting The Error: Uncaught TypeError: Cannot read properties of null (reading 'getBoundingClientRect') at use-scroll-handlers.js:105:32 Code: ``` import { View, Text, TouchableOpacity, StyleSheet, ScrollView, Linking, } from "react-native"; import ActionSheet, {...

Hello, I'm unable to minimize the action sheet on iOS Safari, when dragging down on the grabber/header. When I drag, the whole page is scrolled. This is how I instantiate...

sheet: ``` const OptionSheet: FC = ... ... { console.log('closed'); }} onOpen={() => { console.log('opened'); }} > setIsDeleteAlertVisible(false)} onConfirm={handleDeleteConfirm} /> setIsDeleteVideoAlertVisible(false)} onConfirm={handleDeleteVideoConfirm} /> setIsBlockAlertVisible(false)} onConfirm={handleBlockConfirm} /> {!report ? ( filteredOptions.map(item...

Hello, I've encountered a compatibility issue with the react-native-actions-sheet package when using it with React 19. It appears that the package is using element.ref, which has been deprecated in React...

Expo version 52 react native version 0.76.3 react-native-actions-sheet version 0.9.7 react-native-gesture-handler 2.20.2 works fine on expo version 51 example app https://snack.expo.dev/@ac3kmb/93ca10

👋 Hi there! I'm working on supporting [edge-to-edge layout](https://developer.android.com/develop/ui/views/layout/edge-to-edge) across the entire React Native ecosystem, as it is [enforced on Android 15+](https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge) when targeting SDK level 35 (introduced in [react...

Im seeing the behaviour where all of the Sheet routes currently in the stack will re-render whenever I navigate to the next route. I have stripped down my components and...

Hey everyone, I am migrating my project bottom sheet integration from gorhum to [react native actions sheet](https://rnas.vercel.app/usage). But before that i wanted to try the basic example of it inside...

this lib is completely broken on New Architecture