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

https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html

The buttons are not tappable unless pressed in a specific way (reproducible in emulator). I think it's a React Native's panResponder issue but is there a workaround? Edit: When using...

When setting `fixNativeFeedbackRadius` to true and giving the ActionButton position 'Center'. The ActionButton and ActionButtonItems would have an offset from the center due to incorrect styling. fixNativeFeedbackRadius also caused an...

Hello ! The problem is fixed for "ActionButton" but not for "ActionButton.Item" when fixNativeFeedbackRadius={true} Version 2.8.0 Thanks

It's possible to create stuff like pills with ActionButtonItem.

I want to solve this warning. When my component re-render, the app is giving a warning. @mastermoo Warning : > > ** ExceptionsManager.js:73 Warning: Can only update a mounted or...

I wanted to prevent the default behaviour of opening the menu when `onPress` is triggered (when child items are present) but it seems [the code](https://github.com/mastermoo/react-native-action-button/blob/9d77fa0092575cb762aef185ce94d6a0353c2826/ActionButton.js#L147) does not allow for this...

Feature Request

Changing the size of the ActionButton.Item(s) renders them truncated and with a weird circle aligned strangely. This behaviour came with a new version of either react-native-action-button or react-native (i.e. in...

### Version react-native-router-flux v3.40.1 react-native-action-button v2.6.10 react-native v0.45.1 ### Expected behaviour Hi All! I am working on a React Native app, using Reatct-Native-Router-Flux for navigation and react-native-action-button for my FAB...

question

Can it fire a event when become inactive by press ActionButton.Item? I need take screenshot when press ActionButton.Item but not like to capture the expanded Items.

Feature Request