react-native-action-button
react-native-action-button copied to clipboard
[Android] Ripple Effect too large.
Hi,
I have the following code with version 2.8.1 and RN version 0.49.3 on Android:
<ActionButton.Item
buttonColor={"#123456}
fixNativeFeedbackRadius={true}
hideShadow={true}
title={"Something"}
>
<Icon name="tag" style={{ color: colors.title, fontSize: 30 }} />
</ActionButton.Item>
(I.e., using the fixes for https://github.com/mastermoo/react-native-action-button/issues/152). On android this leads to a strange ripple effect (see attached image) which seems to be a bit too large. Am I doing something wrong?

same here
repeats in 2.8.4 switched version back to 2.7.2