react-native-action-button
react-native-action-button copied to clipboard
fixNativeFeedbackRadius creating more issues
In relation to #256 there is another bug. So basically to fix the android display, i add fixNativeFeedbackRadius to the main ActionButton, but then my child items still have the opaque rectangle around them. But when i add fixNativeFeedbackRadius to the childs, i get these results

So what should i do with the childs?
Not a fix, as I experienced this too, but just in case you hadn't tried - you can use 'useNativeFeedback={false}' to just disable the effect to make it at least not look broken like this.