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

**issue** #108 Fixed issue #108. componentWillRecieveProps warning has been fixed

Become very stuck when call the show method on android platform,anybody found?

For the project i'm working on i need to disable some of the options (still show them, but greyed out and not clickable) Could their be a similar function, by...

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.0 to 1.2.2. Release notes Sourced from tree-kill's releases. v1.2.1 Changelog: add missing LICENSE file fix TypeScript definitions Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add...

dependencies

I've wrapped `ActionSheet` in a class component, call it `MyActionSheet` with some standard styling that I plan to use throughout my app. ``` import React, { Component } from 'react'...

Hi, My action sheet doesn't have the cancel button, so I cannot dismiss the action sheet when press outside. Please help!

This error occures when I run `this.ActionSheet.show()` from **iOS** Error calling RCTEventEmitter.receiveTouches Unhandled JS Exception: Exception calling object as function: [object Object], 381 is not usable as a native methd...

I'm trying to change style in actionsheet but it not effect at all ``` this.ActionSheet = o} options={options} cancelButtonIndex={2} onPress={(index) => { this._imagePick(index) }} styles={{messageBox: { height: 60 },body:{backgroundColor:'red'}}} />...

I had this issue in my own project where, in order to style the component properly, I needed the ability to add styles to the ScrollView. So here it goed,...