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

When running with the latest version of React, the following warning is thrown: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.

WARN Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating...

Hello, My Centered action button item labels shown on left instead of right. On the example they shown on right: https://camo.githubusercontent.com/1473cd887f19d6d95a333cb3ba4ecfd7f25bb8b3ee743984eb346351058d965f/687474703a2f2f692e67697068792e636f6d2f6c304b37707375684451474c65543364362e676966 I want it to be as example. Any solution...

Hello, I am using action button on one specific screen on my app. What I need is; when user goes to that screen, I want action button to render above...

Tried the RNAB in the starter react native app ``` >npm i -g create-react-native-app >create-react-native-app myRNapp >cd myRNapp // add **import ActionButton from '@kenetto/react-native-action-button'** to App,js >expo start --web ```...

The version of react-native-action-button in the package.json is set to 2.9.0 whilst in the package-lock.json the version is 2.8.5. The version on npm is 2.8.5 (see [here](https://www.npmjs.com/package/react-native-action-button)) which was published...

This commit fix Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`

I have huge problem with adding shadow to the ActionButton, even if ShadowHide is false, there is no shadow under the button, i tried to add style to param ShadowStyle,...

I could not use this component with a Linear Gradient component. Is it possible? I really need this effect in my button. Thanks