react-native-actionsheet
react-native-actionsheet copied to clipboard
An elegant ActionSheet component for React Native.
I faced a weird kind of border issue i android. Its works fine for the array less or equal to 3. But when the array becomes greater, their occurs such...
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating state...
based on the gist by @JWWon
Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false` in ActionSheet (at SignUp_1.tsx:107) in SignUp_Name (at SceneView.tsx:98) in SceneView (at...
Transition animation does not work in android without useNativeDriver. So, there must be a prop for enabling useNativeDriver. Even the default prop should be useNativeDriver set to true.
Trying to fix issue https://github.com/beefe/react-native-actionsheet/issues/84 ### Changed - `_calculateHeight()` && `get styles()` out of class - Use `getDerivedStateFromProps` instead of `componentWillReceiveProps`
Bottom line throw the cancel btn in custom action sheet. It is ok in define action sheet.
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
I catched error below. How can I solve it? I use this library with expo and typescript. I cannot use component with ActionSheet.options. I don't catch this error if ActionSheet.options...