react-native-action-button
react-native-action-button copied to clipboard
customizable multi-action-button component for react-native
Following warning keeps appearing whenever I click on any button or item: Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or...
Hello! The current published [npm version of this package](https://www.npmjs.com/package/react-native-action-button) is 2.8.5 which is 2 years old with a known warning related to componentWillReceiveProps. Please update npm to the current package...
``` [Thu Feb 25 2021 22:11:54.823] WARN Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects...
this.RNDAction()} >
ActionButton.Item click event not working I use like following. Alert.alert("test 1")}> Test
Improving filter because if children is rendering with a condition ex.: ``` {callcenter_phone ? ( ) : null} ``` It pass in filter because typeof null is 'object' This PR...
I am getting the error in the following line of code: TypeError node_modules/react-native-action-button/ActionButton.js:286 Any ideas what can go wrong?
On Android, I have sent `buttonColor="transparent"` but It always shows a pentagon like background. Is there any way I can make the icon completely transparent Note: Transparent background works perfect...
Fixed some warnings for React native V 0.64.3