react-native-action-button
react-native-action-button copied to clipboard
customizable multi-action-button component for react-native
How can i make it smooth like native. it is very slow or lagging. how can disable animation ?
When setting fixNativeFeedbackRadius to true and giving the ActionButton position 'Center'. The AtionButton and ActionButtonItems would have an offset from the center due to incorrect styling. fixNativeFeedbackRadius also caused an...
I recently upgraded to RN 0.59.9 and was running into this error: E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules Process: com.rp.mobile, PID: 25745 com.facebook.react.bridge.NoSuchKeyException: backgroundColor Turns out in ActionButton.Item.js, there was a backgroundColor...
Even when I set `active={false}`, clicking the `ActionButton` opens alls `ActionButton.Item`. Is this a behavior made on purpose? If I set `active={false}`, shouldn't it always be closed (never show `ActionButton.Item`)?
Here is what I have in my render: ``` item.slug } numColumns={ 1 } refreshControl={ } onEndReachedThreshold={ 0.5 } onEndReached={ () => this.updatePlaces(places.length) } /> console.log('notes tapped!') }> {} }>...
I am facing issue in iphone x. top floating button misalign. how to manage it in iphone x and another phone? @mastermoo
Hi, first of all, thanks for your work! I wanted to ask why there's no way to style the buttons directly. In my case, the design dictates, for example, not...
As speced in the Material Design guidelines, it would be great to have styling for the Extended FAB: https://material.io/design/components/buttons-floating-action-button.html#extended-fab
They should have been of type Element instead of Component
It would be great to be able to specify displaying the ActionButton.Item(s) to the left or right of the ActionButton instead of just "up" or "down".