react-native-action-button icon indicating copy to clipboard operation
react-native-action-button copied to clipboard

customizable multi-action-button component for react-native

Results 98 react-native-action-button issues
Sort by recently updated
recently updated
newest added

I'm trying to change the color but doesn't work `shadowStyle={{ shadowColor: "rgba(191, 39, 51, 0.3)", }}`

This doesn't appear to work on android while Chrome debugging. Has anyone been able to work around this?

bug

**Warning in the console:** 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.

That prop will been removed from react library could you change your modal according to this information

Fixes #339 https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated#how-do-i-use-this-in-my-app

Snack: https://snack.expo.io/@kjo/e0d7ec ![Screenshot from 2020-03-01 21-42-09](https://user-images.githubusercontent.com/5221843/75648762-eb454a00-5c05-11ea-9255-4555e30f5593.png)

if _buttonBorderRadius_ is not provided _size / 2_ will be calculated

Lifecycle methods have to be updated since they are going to be deprecated soon, and with the new native update, having errors right now. Thanks

I want to close/deactivate others all floating button when user click not active floating button. I tried something like this: ``` state = { manyChildFabs: false } commonFabToggle = ()=>{...

Do you have an idea how to fix it ?