react-native-actionsheet icon indicating copy to clipboard operation
react-native-actionsheet copied to clipboard

An elegant ActionSheet component for React Native.

Results 107 react-native-actionsheet issues
Sort by recently updated
recently updated
newest added

This PR adds the functionality to change the cancelButtonText in styles.

I'm using actionsheet custom in one of the screens in my app. It's working absolutely perfect in android in any orientation. In iOS, it's working perfectly in portrait mode. But...

useNativeDriver: true for 0.62 react native update not compatible otherwise

Hi, I am using react-native-actionsheet to show dropdown in iOS, I was able to get the selected index, however, I don't know what is the syntax to get the selected...

Is there any way so we can call a function when action sheet is canceled by taping on the background as well as back button in android or any other...

The content is cut off if it overlaps the MAX_HEIGHT

Bumps [acorn](https://github.com/acornjs/acorn) from 5.5.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

Hi! I am new to React Native and Typescript. After installing this library and implementing the code it cannot find: this.ActionSheet.show() or ref={o => this.ActionSheet = o} What am I...

Is it possible to add accessibility IDs/testIDs to action sheet buttons?