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

First of all, thank you for the awesome component! I have an issue with Android (on iOS all works perfectly). I get "Failed prop type: The prop `viewRef` is marked...

On iOS, it works fine. ### UPDATE It seems it only gets cut off if the `fixNativeFeedbackRadius` is true. I'll just leave if false for now. ![screenshot_20180905-143414_torcmobile](https://user-images.githubusercontent.com/14999533/45123913-aa11ce00-b125-11e8-8504-a698e7292a4c.jpg)

Action button is working fine in ios but in android it is not visible

Hi, The component works for ios but somehow i am not able to run it on android. Below is a sample code. The ation button is displayed on the screen...

The published https://github.com/mastermoo/react-native-action-button/blob/master/ActionButton.js referenced in https://github.com/mastermoo/react-native-action-button/blob/master/package.json#L5 has jsx in it. This requires users of the package to transpile dependencies / node_modules which is not ideal. Is it possible to publish...

I need to use this component in conjunction with React Native's `FlatList`. Currently, I have the following: ````jsx ... render() { return ( ) } ```` The problem I'm facing...

I get this error when ever i add import from the library.. any idea why i am getting this? I am using react-native v 0.57 Android

是否支持悬浮按钮可以移动起来

I have integrated react-native-action-button into my project. After the next the release, we have changed the design and we want to align the action button in horizontal. Given the design...