react-native-actionsheet
react-native-actionsheet copied to clipboard
An elegant ActionSheet component for React Native.
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...
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...
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...
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,...
 解决方案: > the file: `node_modules/react-native-actionsheet/lib/ActionSheetIOS.js` , add the following code ``` constructor(props) { super(props) this.show = this.show.bind(this) } ```