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

With this property now ActionSheet radio buttons have testID and AccessibilityLabel. In this way it is possible to find them in automation.

Bumps [moment](https://github.com/moment/moment) from 2.22.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

I am using a functional component, not a class component. How should I give ref to ? ref = {ref => this.ActionSheet = ref} ?? This method cannot be used...

Latest React requires `useNativeDriver` prop for any animations. Absence of this prop throws warning which can be an error in future versions. As translate animation supports by nativeDriver, so adding...

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.8 to 4.17.21. Commits See full diff in compare view Maintainer changes This version was pushed to npm by bnjmnt4n, a new releaser for lodash-es since your...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.4.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

![simulator_screenshot_ED82F916-6748-4929-8EC8-15E422E8CBA6](https://user-images.githubusercontent.com/79461399/143891890-b01445af-5723-4f30-91a9-1a7b70fb592a.png) 解决方案: > the file: `node_modules/react-native-actionsheet/lib/ActionSheetIOS.js` , add the following code ``` constructor(props) { super(props) this.show = this.show.bind(this) } ```