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

Great component you have here. It would be great if we had the option to disable the button? I could quickly make a PR if it's agreed upon

When i give a function to my onPress property, it doesn't executes the function Example in the code below The function Terte should display an Alert just for test `...

Hi there I have issue of changing headerRight icon. Below is my code for headerRight in NavigationOptions. ``` headerRight:() => ``` I have imported Item like this `import {HeaderButtons, Item}...

Solves issue https://github.com/mastermoo/react-native-action-button/issues/189

Hello! I didn't find how to position labels at button's right, like the third example: ![Example](https://camo.githubusercontent.com/026ebc82e6926ac5928f71fbdae684f0407a96fe/687474703a2f2f692e67697068792e636f6d2f6c304b37707375684451474c65543364362e676966)

This package seems to take up disc space when installed, because `example` folder is included in the `node_modules`. Since example is not used when installing this package, I think it...

Trying to perform the following , but no success ``` this.filterAdverts(0,"All Offers")}> { allUserInterests.map((AUL, x) => { this.filterAdverts(AUL.interestID,AUL.interestName)}> }) } ```

![Screenshot (96)_LI](https://user-images.githubusercontent.com/36921392/62411615-053a9200-b60f-11e9-88fc-5fb54dd3e879.jpg) text color and background not changing

Announces action button items when action button is active and the platform is ios. Focuses on top button when action button is active.